Apache is usually set up alredy to look for an index.htm OR index.html file
as the start page in a directory. You can check this in httpd.conf: Open it
in notepad and do a search for 'index.html' or 'index.htm' to find the list
of pages to use as an index - you can add index.php if you wanted as well.
It might not be finding the page because you missed the slash off the end of
the URL. Try http://10.10.10.32/blunt/ and see if that works. If you really
want to use http://10.10.10.32/blunt to get to
http://10.10.10.32/blunt/index.htm then make an alias in the [Alias] section
of httpd.conf.

If you have PHP4 on the server, it doesnt let you run CGI or Perl scripts
unless you have a verion of Perl on the server as well. You can have both
without a problem.

I dont know of an Apache newsgroup run by ASF but there are newgroups
dedicated to web servers and servers running on Windows NT etc. I think
there is an Apache mailing list on their website but I'd be interested in an
Apache specific newsgroup if anybody knows of one.

LJ


"T_virtussavant" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> first, i know this is not a group for apache. but i cant find any group
that
> discuss apache (or newssever that has one).
> i use apache 1.3.20 with PHP4.1.0 on windows98SE
> the url is http://10.10.10.32 (you cant access it. its on a LAN)
> i have a subdirectory called blunt. but if i typed
http://10.10.10.32/blunt
> my browser cant find the index page (i did have an file called index.htm
on
> it).
> i work with dreamweaver4 and it always produce html page with .htm
> extension. is this the problem? does apache only serve webpage file with
> .html extension?
> another question. did having php4 means i can run cgi script on my server
or
> sholud i install or modify somethin on the httpd.conf?
> thanx for your time
>
> ps; anyone know any newsserver that has apache discussion group on it?
> preferably in english. all i can find is at `fido7.ru.apache` in russian
> or maybe a webbased forum will also do.
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to