Help with Apache Log error file
2003-07-01 00:51:18 GMT
line 100- print(
line 101- br(),br(),
line 102 - start_form(),
SBC Yahoo! DSL - Now only $29.95 per month!
If it's ok by you, please provide the directives you use for your proxy configuration. All the best, Jeff Cohen Support <at> GEJ-IT.com Tel. (416) 917-2324 www.GEJ-IT.com GEJ-IT Networks! > -----Original Message----- > From: Saunders Jack [mailto:jack.saunders <at> volvo.com] > Sent: Monday, June 30, 2003 1:00 PM > To: users <at> httpd.apache.org > Subject: RE: [users <at> httpd] Apache proxy issue > > We are proxying over ssl to the browser for the entire site but not proxying over > ssl to the backend servers. It is serving up html and java pages. This happens to > be a second instance of apache running on solaris 6. The first instance proxies to > local servers and runs over http and https. Just let me know what other info is > needed. > > Thanks > > > -----Original Message----- > From: Jeff Cohen [mailto:support <at> gej-it.com] > Sent: Monday, June 30, 2003 12:43 PM > To: users <at> httpd.apache.org > Subject: Re: [users <at> httpd] Apache proxy issue > > > What is your config and what pages are you trying to serve? > Also, what proxy commands fo you run? Do you mix proxy with SSL? > Give some more info to get yourself helped. > > All the best, > Jeff Cohen > > -----Original Message----- > From: "Saunders Jack" <jack.saunders <at> volvo.com> > To: <users <at> httpd.apache.org> > Date: Mon, 30 Jun 2003 09:44:28 -0400 > Subject: [users <at> httpd] Apache proxy issue > > > We have compiled apache 1.3.27 with mod_ssl and open-ssl. We seem to > > have hang ups that occur sporadically. WHen the hang ups occur it > > could take 60 secs for the content to be served up. I have other proxy > > servers compiled that donot experience this type of behavior. The only > > difference is the servers that I am proxying to are a few more hops > > away. I am suspecting a firewall issue since the servers are hosted in > > the DMZ. ALso by moving the reverse proxy inside our network we donot > > experience the problems. If there is anything I should look at within > > apache please let me know. > > > > Thanks > > > > > > > --------------------------------------------------------------------- > 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 <at> httpd.apache.org > " from the digest: users-digest-unsubscribe <at> httpd.apache.org > For additional commands, e-mail: users-help <at> httpd.apache.org > > --------------------------------------------------------------------- > 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 <at> httpd.apache.org > " from the digest: users-digest-unsubscribe <at> httpd.apache.org > For additional commands, e-mail: users-help <at> httpd.apache.org --------------------------------------------------------------------- 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 <at> httpd.apache.org " from the digest: users-digest-unsubscribe <at> httpd.apache.org For additional commands, e-mail: users-help <at> httpd.apache.org
If it's ok by you, please provide the directives you use for your proxy
configuration.
All the best,
Jeff Cohen
Support <at> GEJ-IT.com
Tel. (416) 917-2324
www.GEJ-IT.com
GEJ-IT Networks!
> -----Original Message-----
> From: Saunders Jack [mailto:jack.saunders <at> volvo.com]
> Sent: Monday, June 30, 2003 1:00 PM
> To: users <at> httpd.apache.org
> Subject: RE: [users <at> httpd] Apache proxy issue
>
> We are proxying over ssl to the browser for the entire site but not
proxying over
> ssl to the backend servers. It is serving up html and java pages. This
happens to
> be a second instance of apache running on solaris 6. The first instance
proxies to
> local servers and runs over http and https. Just let me know what other
info is
> needed.
>
> Thanks
>
>
> -----Original Message-----
> From: Jeff Cohen [mailto:support <at> gej-it.com]
> Sent: Monday, June 30, 2003 12:43 PM
> To: users <at> httpd.apache.org
> Subject: Re: [users <at> httpd] Apache proxy issue
>
>
> What is your config and what pages are you trying to serve?
> Also, what proxy commands fo you run? Do you mix proxy with SSL?
> Give some more info to get yourself helped.
>
> All the best,
> Jeff Cohen
>
> -----Original Message-----
> From: "Saunders Jack"
> To:
> Date: Mon, 30 Jun 2003 09:44:28 -0400
> Subject: [users <at> httpd] Apache proxy issue
>
> > We have compiled apache 1.3.27 with mod_ssl and open-ssl. We seem to
> > have hang ups that occur sporadically. WHen the hang ups occur it
> > could take 60 secs for the content to be served up. I have other proxy
> > servers compil ed that donot experience this type of behavior. The only
> > difference is the servers that I am proxying to are a few more hops
> > away. I am suspecting a firewall issue since the servers are hosted in
> > the DMZ. ALso by moving the reverse proxy inside our network we donot
> > experience the problems. If there is anything I should look at within
> > apache please let me know.
> >
> > Thanks
> >
> >
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe <at> httpd.apache.org
> " from the digest: users-digest-unsubscribe <at> httpd.apache.org
> For additional commands, e-mail: users-help <at> httpd.apache.org
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe <at> httpd.apache.org
> " from the digest: users-digest-unsubscribe <at> httpd.apache.org
> For additional commands, e-mail: users-help <at> httpd.apache.org
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe <at> httpd.apache.org
" from the digest: users-digest-unsubscribe <at> httpd.apache.org
For additional commands, e-mail: users-help <at> httpd.apache.org
Hello Issa, Sorry to disappoint you, but it seems that you are using Apache as a forward proxy. In order to have forward proxy you should have something like that: Listen 8080 NameVirtualHost ip:8080 <VirtualHost ip:8080> DocumentRoot /any/wanted/folder <Proxy *> Order Deny,Allow Deny from all Allow from 192.168.0 </Proxy> ServerName proxy.internal.dns.name </VirtualHost> You can also add ProxyCache directives ProxyVia is not needed, it's being used for example: You are proxing into an IIS server and you want the other side to get the IIS's headers instead of the apache headers. Check more at the link below http://www/manual/mod/mod_proxy.html#forwardreverse All the best, Jeff Cohen Support <at> GEJ-IT.com Tel. (416) 917-2324 www.GEJ-IT.com GEJ-IT Networks! -----Original Message----- From: Issa Mbodji [mailto:issambodji <at> yahoo.com] Sent: Monday, June 30, 2003 10:26 PM To: users <at> httpd.apache.org Subject: RE: [users <at> httpd] Apache proxy issue I do not have it on, but here it is: # Proxy Server directives. Uncomment the following lines to # enable the proxy server: # #<IfModule mod_proxy.c> # ProxyRequests On # <Directory proxy:*> # Order deny,allow # Deny from all # Allow from <at> <at> Domain <at> <at> # </Directory> # # Enable/disable the handling of HTTP/1.1 "Via:" headers. # ("Full" adds the server version; "Block" removes all outgoing Via: headers) # Set to one of: Off | On | Full | Block # # ProxyVia On Let me know if you have any questions Jeff Cohen <support <at> gej-it.com> wrote: If it's ok by you, please provide the directives you use for your proxy configuration. All the best, Jeff Cohen Support <at> GEJ-IT.com Tel. (416) 917-2324 www.GEJ-IT.com GEJ-IT Networks! > -----Original Message----- > From: Saunders Jack [mailto:jack.saunders <at> volvo.com] > Sent: Monday, June 30, 2003 1:00 PM > To: users <at> httpd.apache.org > Subject: RE: [users <at> httpd] Apache proxy issue > > We are proxying over ssl to the browser for the entire site but not proxying over > ssl to the backend servers. It is serving up html and java pages. This happens to > be a second instance of apache running on solaris 6. The first instance proxies to > local servers and runs over http and https. Just let me know what other info is > needed. > > Thanks > > > -----Original Message----- > From: Jeff Cohen [mailto:support <at> gej-it.com] > Sent: Monday, June 30, 2003 12:43 PM > To: users <at> httpd.apache.org > Subject: Re: [users <at> httpd] Apache proxy issue > > > What is your config and what pages are you trying to serve? > Also, what proxy commands fo you run? Do you mix proxy with SSL? > Give some more info to get yourself helped. > > All the best, > Jeff Cohen > > -----Original Message----- > From: "Saunders Jack" > To: > Date: Mon, 30 Jun 2003 09:44:28 -0400 > Subject: [users <at> httpd] Apache proxy issue > > > We have compiled apache 1.3.27 with mod_ssl and open-ssl. We seem to > > have hang ups that occur sporadically. WHen the hang ups occur it > > could take 60 secs for the content to be served up. I have other proxy > > servers compiled that donot experience this type of behavior. The only > > difference is the servers that I am proxying to are a few more hops > > away. I am suspecting a firewall issue since the servers are hosted in > > the DMZ. ALso by moving the reverse proxy inside our network we donot > > experience the problems. If there is anything I should look at within > > apache please let me know. > > > > Thanks --------------------------------------------------------------------- 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 <at> httpd.apache.org " from the digest: users-digest-unsubscribe <at> httpd.apache.org For additional commands, e-mail: users-help <at> httpd.apache.org
I will be out of the office starting 06/30/2003 and will not return until 07/08/2003. I will respond to your message when I return. --------------------------------------------------------------------- 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 <at> httpd.apache.org " from the digest: users-digest-unsubscribe <at> httpd.apache.org For additional commands, e-mail: users-help <at> httpd.apache.org
Don't tell me that we're going to get this auto-reply message until than. Can he be forced to be unsubscribed? Jeff Cohen Support <at> GEJ-IT.com Tel. (416) 917-2324 www.GEJ-IT.com GEJ-IT Networks! > -----Original Message----- > From: Molly E McClure [mailto:molly_e_mcclure <at> fmso.navy.mil] > Sent: Tuesday, July 01, 2003 1:01 AM > To: users <at> httpd.apache.org > Subject: [users <at> httpd] Molly E McClure/FMSO/NAVSUP is out of the office. > > I will be out of the office starting 06/30/2003 and will not return until > 07/08/2003. > > I will respond to your message when I return. > > > > --------------------------------------------------------------------- > 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 <at> httpd.apache.org > " from the digest: users-digest-unsubscribe <at> httpd.apache.org > For additional commands, e-mail: users-help <at> httpd.apache.org --------------------------------------------------------------------- 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 <at> httpd.apache.org " from the digest: users-digest-unsubscribe <at> httpd.apache.org For additional commands, e-mail: users-help <at> httpd.apache.org
From: SubzeroSent: Tuesday, July 01, 2003 11:58 AMSubject: [users <at> httpd] Problem viewing imagesI have no idea what i have done to make this happen, but it seems like i can't view images and some html files on my Apache 2.0.46 webserver..If i create a new folder and make a index.html file with just some text in it, it works fine..But when the file get's more info in it, then i get "page cannot be found"..I tested an IRC stats program which generates a page with statistics from an irc channel, i couldn't see the index.html it made, so i copied everything over to another webserver and it worked fine there..And now the images in my CS server statistics (Psychostats www.psychostats.com) can't be seen either..It's mainly one image that i can't see.. so i copied the adress to it and entered that in the address field but i couldn't see it there either..But, when i removed the http:// i could see it..Nothing about this in the error.logIn access.log i have:192.168.0.2 - - [01/Jul/2003:11:37:23 +0200] "GET /stats/cstitle.gif HTTP/1.1" 200 8443192.168.0.2 - - [01/Jul/2003:11:37:28 +0200] "GET /stats/cstitle.gif HTTP/1.1" 200 8443Does anyone know what might be wrong?Apache 2.0.46Windows 2000 Advanced Server
Hello Subzero,
I had the same problem with the images not displaying for the outside world.
Also posted it on this list but didn’t get an answer.
Then I decided to de-install 2.0.46 and install 1.3.27
This did the job, everything worked finaly.
Hope this helps.
Arjan
-----Original Message-----
From: Subzero
[mailto:subzero <at> spiderweb.tk]
Sent: dinsdag 1 juli 2003 12:06
To: users <at> httpd.apache.org
Subject: Re: [users <at> httpd] Problem
viewing images
*Update
The images for weapons used by players on the server doesn't show either..
I copied it's adress and pasted it in the address field and but could'nt see the first image..
Then i did the same with another image but couldn't see it, same thing when i hit refresh so i hit refresh again and then it could see the image..
This is wierd..
There are two apache.exe running.. should there be two?
----- Original Message -----
From: Subzero
Sent: Tuesday, July 01, 2003 11:58 AM
Subject: [users <at> httpd] Problem viewing images
I have no idea what i have done to make this happen, but it seems like i can't view images and some html files on my Apache 2.0.46 webserver..
If i create a new folder and make a index.html file with just some text in it, it works fine..
But when the file get's more info in it, then i get "page cannot be found"..
I tested an IRC stats program which generates a page with statistics from an irc channel, i couldn't see the index.html it made, so i copied everything over to another webserver and it worked fine there..
And now the images in my CS server statistics (Psychostats www.psychostats.com) can't be seen either..
It's mainly one image that i can't see.. so i copied the adress to it and entered that in the address field but i couldn't see it there either..
But, when i removed the http:// i could see it..
Nothing about this in the error.log
In access.log i have:
192.168.0.2 - - [01/Jul/2003:11:37:23 +0200] "GET /stats/cstitle.gif HTTP/1.1" 200 8443
192.168.0.2 - - [01/Jul/2003:11:37:28 +0200] "GET /stats/cstitle.gif HTTP/1.1" 200 8443
Does anyone know what might be wrong?
Apache 2.0.46
Windows 2000 Advanced Server
----- Original Message -----From: Arjan Duijs - ImposiumSent: Tuesday, July 01, 2003 12:11 PMSubject: RE: [users <at> httpd] Problem viewing imagesHello Subzero,
I had the same problem with the images not displaying for the outside world.
Also posted it on this list but didn’t get an answer.
Then I decided to de-install 2.0.46 and install 1.3.27
This did the job, everything worked finaly.
Hope this helps.
Arjan
-----Original Message-----
From: Subzero [mailto:subzero <at> spiderweb.tk]
Sent: dinsdag 1 juli 2003 12:06
To: users <at> httpd.apache.org
Subject: Re: [users <at> httpd] Problem viewing images
*Update
The images for weapons used by players on the server doesn't show either..
I copied it's adress and pasted it in the address field and but could'nt see the first image..
Then i did the same with another image but couldn't see it, same thing when i hit refresh so i hit refresh again and then it could see the image..
This is wierd..
There are two apache.exe running.. should there be two?
----- Original Message -----
From: Subzero
Sent: Tuesday, July 01, 2003 11:58 AM
Subject: [users <at> httpd] Problem viewing images
I have no idea what i have done to make this happen, but it seems like i can't view images and some html files on my Apache 2.0.46 webserver..
If i create a new folder and make a index.html file with just some text in it, it works fine..
But when the file get's more info in it, then i get "page cannot be found"..
I tested an IRC stats program which generates a page with statistics from an irc channel, i couldn't see the index.html it made, so i copied everything over to another webserver and it worked fine there..
And now the images in my CS server statistics (Psychostats www.psychostats.com) can't be seen either..
It's mainly one image that i can't see.. so i copied the adress to it and entered that in the address field but i couldn't see it there either..
But, when i removed the http:// i could see it..
Nothing about this in the error.log
In access.log i have:
192.168.0.2 - - [01/Jul/2003:11:37:23 +0200] "GET /stats/cstitle.gif HTTP/1.1" 200 8443
192.168.0.2 - - [01/Jul/2003:11:37:28 +0200] "GET /stats/cstitle.gif HTTP/1.1" 200 8443
Does anyone know what might be wrong?
Apache 2.0.46
Windows 2000 Advanced Server
RSS Feed131 | |
|---|---|
222 | |
279 | |
285 | |
239 | |
291 | |
293 | |
229 | |
250 | |
260 | |
204 | |
225 | |
284 | |
270 | |
537 | |
343 | |
301 | |
291 | |
277 | |
303 | |
271 | |
254 | |
242 | |
370 | |
308 | |
292 | |
342 | |
404 | |
424 | |
302 | |
434 | |
464 | |
430 | |
370 | |
509 | |
428 | |
484 | |
510 | |
588 | |
446 | |
610 | |
612 | |
658 | |
590 | |
505 | |
486 | |
597 | |
611 | |
727 | |
778 | |
737 | |
661 | |
640 | |
472 | |
529 | |
520 | |
789 | |
465 | |
550 | |
622 | |
532 | |
691 | |
616 | |
692 | |
501 | |
536 | |
708 | |
835 | |
886 | |
764 | |
742 | |
710 | |
824 | |
636 | |
731 | |
660 | |
819 | |
654 | |
801 | |
613 | |
872 | |
951 | |
904 | |
1058 | |
976 | |
622 | |
914 | |
936 | |
978 | |
772 | |
880 | |
784 | |
717 | |
1012 | |
714 | |
820 | |
974 | |
1036 | |
972 | |
889 | |
934 | |
896 | |
955 | |
817 | |
978 | |
927 | |
828 | |
1119 | |
1134 | |
928 | |
1194 | |
1064 | |
1214 | |
1153 | |
1022 | |
1334 | |
1131 | |
1237 | |
1337 | |
1028 | |
1573 | |
1699 | |
1385 | |
1993 | |
2261 | |
1590 | |
1444 | |
1516 | |
1391 | |
1812 | |
1923 | |
1663 | |
1639 | |
1720 | |
703 | |
1 | |
2 | |
1 | |
4 | |
1 | |
1 |