This is a discussion on Apache ssl 2.0.54 within the Apache Web Server forums, part of the Web Server and Related Forums category; I am newbie to apache. I am running apache in windows. I have confiugured my application and apache to pull ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am newbie to apache. I am running apache in windows. I have
confiugured my application and apache to pull up the webpage. But I am getting the following error in the apache lfog. [15/Apr/2007:11:01:18 -0400] 192.168.1.25 SSLv3 RC4-MD5 "GET / cbsugar_test HTTP/1.1" 326 after this no other log entries. and in the browser I get HTTP 404 - File not found Internet Explorer How can I begin troublshooting this issue. Thank you RTR |
|
|||
|
bhamoo@gmail.com wrote in news:1176650178.494018.136250
@e65g2000hsc.googlegroups.com: > I am newbie to apache. I am running apache in windows. I have > confiugured my application and apache to pull up the webpage. But I am > getting the following error in the apache lfog. > > [15/Apr/2007:11:01:18 -0400] 192.168.1.25 SSLv3 RC4-MD5 "GET / > cbsugar_test HTTP/1.1" 326 > after this no other log entries. > > and in the browser I get > > HTTP 404 - File not found > Internet Explorer > > How can I begin troublshooting this issue. > > Thank you > > RTR > > Does it serve pages when SSL is disabled? Is cbsugar_test a directory or a file? If a directory is there an appropriate default file in the directory? -- ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption =---- |
|
|||
|
This is a PHP app.
Does it server pages when ssl is disabled --I have not tested this. How can I disable ssl. But the apache server is running in both ssl and non ssl. I have another application that can be launched in both http:// and https://. Is cbsugar_test a directroy or file --this is an alias for a directory called cbsugar (this is the directory where the application is installed) If a directory is there an approproate default file in the directory? -- cbsugar directory has the index.php file. I have another instance of same application running on this server that works fine. Although it is installed in the deafult directory name called sugar. I wanted to create another instance of the same applicaiton and have changed the directory name to cbsugar, but i did modify the appropriate reference to cbsugar. I am not sure if this is an issue. Appreciate your help. Thank you RTR |