Results 1 to 2 of 2
I have ajaxterm running in my localmachine. I want to access it from remote machines (virtual machine). I mainly followed this Setup an Ajaxterm with Apache on CentOS / RHEL ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-31-2010 #1
[SOLVED] Apache + ajaxterm setup
I have ajaxterm running in my localmachine. I want to access it from remote machines (virtual machine). I mainly followed this Setup an Ajaxterm with Apache on CentOS / RHEL | tbaumi's tech blog tutor
https://localhost/ajaxterm
Here is my httpd.conf fileColors GET Paste Connection status:404
cat /etc/httpd/conf.d/ssl.confNameVirtualHost *:443
<VirtualHost *:443>
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/ca.crt
SSLCertificateKeyFile /etc/pki/tls/private/ca.key
<Directory /usr/share/ajaxterm >
AllowOverride All
</Directory>
DocumentRoot /usr/share/ajaxterm
ErrorLog error_log.log
TransferLog access_log.log
ServerName 192.168.1.3
</VirtualHost>
</VirtualHost>
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /ajaxterm Open Source and Linux Forums
ProxyPassReverse /ajaxterm Open Source and Linux ForumsFirst they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org
- 08-01-2010 #2
Answering myself
Index of /software/ajaxterm
HTHFirst they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org



