You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Satya Narayan Dash <nd...@rediffmail.com> on 2003/10/09 06:41:50 UTC

[users@httpd] Picking up the default page

Hi All,

I am unable to get the default page, while configuring the httpd.conf file, in Apache2.0.47. I have configured the DocumentRoot and Directory. In the DirectoryIndex, the default page is mentioned with respect to the DocumentRoot. 

But, the page does not come. Instead of that, the directories are getting listed from the document root. But if I am giving, the complete path, then the page is coming up,e.g

http://localhost:19191 shows the directories, where as

http://localhost:19191/jsp/Welcome.jsp, shows the Welcome page.


I know this issue was fixed in mod_jk.c (version-1.47). This is noted in the CVS logs

http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c

The version of mod_jk.c that comes with Apache2.0.47 is 1.65.

But it is recurring again. Do I have to  make any further modifcations to get the default page...or is it an issue again?

My sincere thanks for any help.


regards,
Satya.

Re: [users@httpd] Picking up the default page

Posted by suomi <ap...@ayni.com>.
Do you have
DirectoryIndex  Welcome.jsp
for your jsp directory?

suomi

Satya Narayan Dash wrote:

>Hi All,
>
>I am unable to get the default page, while configuring the httpd.conf file, in Apache2.0.47. I have configured the DocumentRoot and Directory. In the DirectoryIndex, the default page is mentioned with respect to the DocumentRoot. 
>
>But, the page does not come. Instead of that, the directories are getting listed from the document root. But if I am giving, the complete path, then the page is coming up,e.g
>
>http://localhost:19191 shows the directories, where as
>
>http://localhost:19191/jsp/Welcome.jsp, shows the Welcome page.
>
>
>I know this issue was fixed in mod_jk.c (version-1.47). This is noted in the CVS logs
>
>http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c
>
>The version of mod_jk.c that comes with Apache2.0.47 is 1.65.
>
>But it is recurring again. Do I have to  make any further modifcations to get the default page...or is it an issue again?
>
>My sincere thanks for any help.
>
>
>regards,
>Satya.
>
>  
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org