Hi Graeme,

> When I tried to reply to your message (no 3 in the list)

I didn't realise you were subscribed to digests;  I've sent this
directly as well as to the list.

> I've stripped out all comments from httpd.conf and put in DropBox:
> http://dl.dropbox.com/u/109118552/httpd

    47  DocumentRoot "/var/www/cgi-bin"

That seems unusual.  Perhaps it should be

    DocumentRoot "/var/www"

so you then attempt to open http://192.168.2.11/cgi-bin/...

You've two <Directory> entries for the same thing.  I winder if the
second's "Options None" is wiping the first's "Options +ExecCGI".

    48  <Directory "/var/www/cgi-bin">
    49      Options +Indexes +FollowSymLinks +ExecCGI
    51      AllowOverride None
    53      Require all granted
    54  </Directory>

    93  <Directory "/var/www/cgi-bin">
    94      AllowOverride None
    95      Options None
    96      Require all granted
    97  </Directory>

Cheers, Ralph.

-- 
Next meeting:  Bournemouth, Tuesday, 2012-10-02 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread on mailing list:  mailto:[email protected]
How to Report Bugs Effectively:  http://goo.gl/4Xue

Reply via email to