У меня на локальной машине работает ajaxterm. Я хочу получить к нему доступ с удаленных машин (виртуальная машина)
Я в основном следил за этим http://www.tbaumi.de/blog/?p=585 наставник
https: // локальный / ajaxterm
Colors GET Paste Connection status:404
Вот мой файл httpd.conf
NameVirtualHost *: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>
кот /etc/httpd/conf.d/ssl.conf
</VirtualHost>
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /ajaxterm http://localhost:8022
ProxyPassReverse /ajaxterm http://localhost:8022
[Sat Jul 31 17:22:20 2010] [error] [client ::1] ModSecurity: Unable to retrieve collection (name "global", key "global"). Use SecDataDir to define data directory first.
[hostname "localhost"] [uri "/ajaxterm"] [unique_id "TFQOdH8AAAEAAE-nKKsAAAAG"]
[Sat Jul 31 17:22:20 2010] [error] [client ::1] ModSecurity: Unable to retrieve collection (name "ip", key "::1"). Use SecDataDir to define data directory first. [hostname "localhost"] [uri "/ajaxterm"] [unique_id "TFQOdH8AAAEAAE-nKKsAAAAG"]
[Sat Jul 31 17:22:20 2010] [error] [client ::1] ModSecurity: Unable to retrieve collection (name "global", key "global"). Use SecDataDir to define data directory first. [hostname "localhost"] [uri "/u"] [unique_id "TFQOdH8AAAEAAE-oKZQAAAAH"]
[Sat Jul 31 17:22:20 2010] [error] [client ::1] ModSecurity: Unable to retrieve collection (name "ip", key "::1"). Use SecDataDir to define data directory first. [hostname "localhost"] [uri "/u"] [unique_id "TFQOdH8AAAEAAE-oKZQAAAAH"]
Следование этому руководству помогло. http://antony.lesuisse.org/software/ajaxterm/
Ага, читай свои журналы. Вы не настраивали mod_security. SecDataDir
должен куда-то указывать.