problem with virtual host configuration on fc3

Ankush Grover ankush174 at gmail.com
Sun Jun 11 06:58:32 UTC 2006


hey friends,

I am trying to configure virtual host on apache 2.0.53 on FC3. The
directory /usr/local/test this contains some cgi programs and it is
owned by the user "apache". I want to make these programs accessible
through some other port for example through port number 12345

<VirtualHost *:12345>
    ServerAdmin admin at example.com
	Options +ExecCGI
	DocumentRoot /usr/local/test
        ServerName 192.168.1.10
        ErrorLog logs/password-error_log
        CustomLog logs/password-access_log common
</VirtualHost>

Whenever I put this url in the browser
http://192.168.1.10:12345/test/prg.cgi

I get the following error

Firefox can't establish a connection to the server at 192.168.1.10:12345.




More information about the fedora-list mailing list