TheJeffsta
New Member
- Messages
- 984
- Reaction score
- 0
- Points
- 0
Ok, I have had Apache 2.2.3 installed on my computer for a while.
I have set it up to make 'C:\webs' the server directory. When I view http://10.1.1.4 (my IP address on home network), I get the list of the files. However I am not able to make it load index.html, index.php and all that load automatically anymore. This has occured ever since trying to get JSP pages to work but they only work with Apache Tomcat which supposidly runs on :8080 by default not :80.
I currently have Apache Tomcat service stopped but am still not sure what else to do as in the httpd.conf file I still have the DirectoryIndex at
Those ones I have added but when I delete them and restart Apache 2.2.3 it still does not load the pages by default (for the .jsp it only shows the source code of the pages so that isn't configured properly). .php and .html used to load automatically (well by used to I mean like 15 hours ago) - I know that because I test php scripts on it - especially IPB modification installs!
Please note that I still have not installed ColdFusion and ASP page support yet. I have setup http://tjeffsta.no-ip.org but due to my D-Link DSL-G604T modem/router not allowing computers on the network to access the web servers and other servers but using the external IP address (allocated by my ISP) and so I have to use network IP (10.1.1.4). Also could you please tell me whether that site above URL works or not - it may be down at times due to computer being turned off, e.g. NZ night time.
Could someone please help me to fix this?
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "C:/webs"
I have set it up to make 'C:\webs' the server directory. When I view http://10.1.1.4 (my IP address on home network), I get the list of the files. However I am not able to make it load index.html, index.php and all that load automatically anymore. This has occured ever since trying to get JSP pages to work but they only work with Apache Tomcat which supposidly runs on :8080 by default not :80.
I currently have Apache Tomcat service stopped but am still not sure what else to do as in the httpd.conf file I still have the DirectoryIndex at
<IfModule dir_module>
DirectoryIndex index.html; index.php; index.jsp; index.jspa; index.asp; index.cf
</IfModule>
Those ones I have added but when I delete them and restart Apache 2.2.3 it still does not load the pages by default (for the .jsp it only shows the source code of the pages so that isn't configured properly). .php and .html used to load automatically (well by used to I mean like 15 hours ago) - I know that because I test php scripts on it - especially IPB modification installs!
Please note that I still have not installed ColdFusion and ASP page support yet. I have setup http://tjeffsta.no-ip.org but due to my D-Link DSL-G604T modem/router not allowing computers on the network to access the web servers and other servers but using the external IP address (allocated by my ISP) and so I have to use network IP (10.1.1.4). Also could you please tell me whether that site above URL works or not - it may be down at times due to computer being turned off, e.g. NZ night time.
Could someone please help me to fix this?