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@xxxxxxxxxxx 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. -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list