Re: [EMAIL PROTECTED] Question on mod_rewrite

2008-11-07 Thread Krist van Besien
On Thu, Nov 6, 2008 at 8:47 PM, Charles Payne (Travel Channel) <[EMAIL PROTECTED]> wrote: > Can I do something like thing > > RewriteRule ^/test* http://tdocs.travelchannel.com/teams/Login.do > > Sorry this might be an easy question but I can seem to find a straight > answer on google. You will f

Re: [EMAIL PROTECTED] Question on mod_rewrite

2008-11-06 Thread Justin Pasher
Charles Payne (Travel Channel) wrote: Guys, I have an issue that I can seems to find online. I have a mod_rewrite rule that looks like this RewriteRule ^/test http://myother.webserver.com [R] But what I want to do is anything that is a part of the directory /test I want it to go to the

[EMAIL PROTECTED] Question on mod_rewrite

2008-11-06 Thread Charles Payne (Travel Channel)
Guys, I have an issue that I can seems to find online. I have a mod_rewrite rule that looks like this RewriteRule ^/test http://myother.webserver.com [R] But what I want to do is anything that is a part of the directory /test I want it to go to the other server. Can I do something like th

Re: [EMAIL PROTECTED] question on DirectoryIndex "inheritance"

2008-10-02 Thread Justin Pasher
André Warnier wrote: Hi. Apache 2.2.x, any platform Suppose I have this configuration snippet : Options Indexes DirectoryIndex index.html welcome.html index.php whatever.html ... Options ? DirectoryIndex ?? How do I specify that the list of index documents provided in the

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-30 Thread Mike Soultanian
Justin Pasher wrote: If you have more (sub)domains that point to the same virtualhost, then you won't be able to use the above directive as-is, since it's designed to funnel ALL requests through www.csulb.edu. It's mainly designed for sites that have a handful of alias domains, but only one

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-30 Thread Justin Pasher
Mike Soultanian wrote: Justin Pasher wrote: Ahhh... Now it should actually be possible. If possible, I would (personally) try to push all traffic to www.csulb.edu whenever they try to pull csulb.edu. Whether or not this is possible in your situation, I do not know. Something like this in the V

[EMAIL PROTECTED] question on DirectoryIndex "inheritance"

2008-09-30 Thread André Warnier
Hi. Apache 2.2.x, any platform Suppose I have this configuration snippet : Options Indexes DirectoryIndex index.html welcome.html index.php whatever.html ... Options ? DirectoryIndex ?? How do I specify that the list of index documents provided in the "topdir" is no longer

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Mike Soultanian
Justin Pasher wrote: Ahhh... Now it should actually be possible. If possible, I would (personally) try to push all traffic to www.csulb.edu whenever they try to pull csulb.edu. Whether or not this is possible in your situation, I do not know. Something like this in the VirtualHost config wou

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Justin Pasher
Mike Soultanian wrote: Justin Pasher wrote: Actually, ignore everything I just said. All this time I thought that was what apache was doing, but it's actually occurring after the mismatched server name warning is presented. The rewrite rule will still catch the request and redirect them to

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Mike Soultanian
Justin Pasher wrote: Actually, ignore everything I just said. All this time I thought that was what apache was doing, but it's actually occurring after the mismatched server name warning is presented. The rewrite rule will still catch the request and redirect them to https://www.csulb.edu,

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Justin Pasher
Justin Pasher wrote: Mike Soultanian wrote: Justin Pasher wrote: You can simplify this a bit by saying "redirect anything that is not going to www.csulb.edu". However, you'll have to put the rewrite directives inside the configuration for the SSL version of the site, as the .htaccess file

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Dan Poirier
On Mon, 29 Sep 2008 16:40:49 -0500, "Justin Pasher" <[EMAIL PROTECTED]> said: > > If you do it within the apache config, the server will send the 302 > redirect header before trying to exchange any SSL key related > information. Once they have been kicked over to > https://www.csulb.edu/, the norm

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Justin Pasher
Mike Soultanian wrote: Justin Pasher wrote: You can simplify this a bit by saying "redirect anything that is not going to www.csulb.edu". However, you'll have to put the rewrite directives inside the configuration for the SSL version of the site, as the .htaccess file is run after a connect

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Mike Soultanian
Justin Pasher wrote: You can simplify this a bit by saying "redirect anything that is not going to www.csulb.edu". However, you'll have to put the rewrite directives inside the configuration for the SSL version of the site, as the .htaccess file is run after a connection is established wi

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Justin Pasher
Mike Soultanian wrote: Our campus has an SSL certificate for www.csulb.edu. If you go to https://www.csulb.edu everything works peachy. Now, if you go to https://csulb.edu, you get an error. I talked to our server admin and he said it's because our certificate is registered to www.csulb.edu

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Mike Soultanian
Eric Covener wrote: On Mon, Sep 29, 2008 at 4:25 PM, Mike Soultanian <[EMAIL PROTECTED]> wrote: So, is it possible to set up a rewrite condition such that when someone tries to navigate to https://csulb.edu, it will automatically redirect the user to https://www.csulb.edu and avoid the certif

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Eric Covener
On Mon, Sep 29, 2008 at 4:25 PM, Mike Soultanian <[EMAIL PROTECTED]> wrote: > Our campus has an SSL certificate for www.csulb.edu. If you go to > https://www.csulb.edu everything works peachy. > > Now, if you go to https://csulb.edu, you get an error. I talked to our > server admin and he said it

[EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Mike Soultanian
Our campus has an SSL certificate for www.csulb.edu. If you go to https://www.csulb.edu everything works peachy. Now, if you go to https://csulb.edu, you get an error. I talked to our server admin and he said it's because our certificate is registered to www.csulb.edu and not csulb.edu. He

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread Tom Evans
On Mon, 2008-09-29 at 07:04 -0700, [EMAIL PROTECTED] wrote: > This... > Alias /music "d:/my music" > > Order allow,deny > Allow from all > > ...Doesnt work. Does it have to be somehwere special in the config file? > stopped and restarted apache to refresh config file. > > furthermore the li

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread Eric Covener
On Mon, Sep 29, 2008 at 10:28 AM, <[EMAIL PROTECTED]> wrote: > Is there a way to get around the requirement of an index file being in > there? i.e. it links but access is forbidden because there is no index file. Hopefully the ErrorLog told you to set Options +Indexes to get a directory listing.

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread jg6789
Is there a way to get around the requirement of an index file being in there? i.e. it links but access is forbidden because there is no index file. - Original Message - From: "Eric Covener" <[EMAIL PROTECTED]> To: Sent: Monday, September 29, 2008 7:09 AM Subject: Re:

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread Diogo de Sousa Neves
esh config file. furthermore the link path upon clicking shows file:///D:/My Music rather than http://localhost/D:/My Music - Original Message - From: "Eric Covener" <[EMAIL PROTECTED]> To: Sent: Monday, September 29, 2008 4:29 AM Subject: Re: [EMAIL PROTECTED] Question

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread Eric Covener
On Mon, Sep 29, 2008 at 10:04 AM, <[EMAIL PROTECTED]> wrote: > This... > Alias /music "d:/my music" > > Order allow,deny > Allow from all > > ...Doesnt work. Does it have to be somehwere special in the config file? > stopped and restarted apache to refresh config file. > > furthermore the link

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread jg6789
ocalhost/D:/My Music - Original Message - From: "Eric Covener" <[EMAIL PROTECTED]> To: Sent: Monday, September 29, 2008 4:29 AM Subject: Re: [EMAIL PROTECTED] Question On Sun, Sep 28, 2008 at 8:41 PM, <[EMAIL PROTECTED]> wrote: [error] [client 127.0.0.1] (20

Re: [EMAIL PROTECTED] Question about virtual hosts

2008-09-29 Thread André Warnier
Jason Pruim wrote: Good morning everyone! I am attempting to setup an apache 2.2 server and I am getting a "forbidden You do not have permission to access / on this server" error. This is the first time I have setup apache by hand (Always had some form of a control panel) and I'm wondering i

Re: [EMAIL PROTECTED] Question about virtual hosts

2008-09-29 Thread Eric Covener
> >DocumentRoot /home/jason.pruim/pruimphotography.info > common > Copy the container for your original document root to allow Apache to serve files from somewhere else. -- Eric Covener [EMAIL PROTECTED] - The offic

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread Peter J Milanese
- Original Message - From: "Eric Covener" [EMAIL PROTECTED] Sent: 09/29/2008 07:29 AM AST To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Question On Sun, Sep 28, 2008 at 8:41 PM, <[EMAIL PROTECTED]> wrote: > [error] [client 127.0.0.1] (20023)The given

[EMAIL PROTECTED] Question about virtual hosts

2008-09-29 Thread Jason Pruim
Good morning everyone! I am attempting to setup an apache 2.2 server and I am getting a "forbidden You do not have permission to access / on this server" error. This is the first time I have setup apache by hand (Always had some form of a control panel) and I'm wondering if someone would be

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread Eric Covener
On Sun, Sep 28, 2008 at 8:41 PM, <[EMAIL PROTECTED]> wrote: > [error] [client 127.0.0.1] (20023)The given path was above the root path: > Cannot map GET /D:/My%20Videos HTTP/1.1 to file, referer: http://localhost/ > > I read all Alias Instructions in manual. not clear to me. > > How do I add an al

Re: [EMAIL PROTECTED] Question

2008-09-28 Thread jg6789
trying to do: in the index.html file in C:/xampp/htdocs...I am trying to hyperlink like this Music - Original Message - From: "Eric Covener" <[EMAIL PROTECTED]> To: Sent: Sunday, September 28, 2008 4:51 PM Subject: Re: [EMAIL PROTECTED] Question On Sun, Sep 28,

Re: [EMAIL PROTECTED] Question

2008-09-28 Thread Eric Covener
On Sun, Sep 28, 2008 at 7:27 PM, <[EMAIL PROTECTED]> wrote: > Current: default configuration > > status: index.html file in C:/xampp/htdocs. trying to hyperlink to another > drive on the local machine.(D:)or (D:/My Music) wont work. What does your error log say? Did you add an Alias for those di

[EMAIL PROTECTED] Question

2008-09-28 Thread jg6789
Current: default configuration status: index.html file in C:/xampp/htdocs. trying to hyperlink to another drive on the local machine.(D:)or (D:/My Music) wont work. Confidential: This email is intended only for the person or entity to which it is addressed. The information contained in this

[EMAIL PROTECTED] question on TIME_WAIT

2008-09-12 Thread Arnab Ganguly
Hi All, I am using Apache 2.2 MPM=worker and Red-Hat model is 3.0.Under heavy load when I do netstat -a, I see lots of socket in TIME_WAIT state.I reduced the value of net.ipv4.tcp_max_tw_buckets=100 and I saw the TIME_WAIT came down and the server was behaving correctly.But when I do dmesg I see t

Re: [EMAIL PROTECTED] Question

2008-08-09 Thread Sander Temme
On Aug 9, 2008, at 9:51 AM, Greg Creamean wrote: How can I fix this problem? Open the file as Admin? S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

[EMAIL PROTECTED] Question

2008-08-09 Thread Greg Creamean
Hi, I have uploaded Apache software on my PC using Windows Vista. when I try to update my http.conf file to integrate it with PHP I am having problems. When I try to save the file, I get the following message: "Cannot create the C:\Program Files\apache Software Foundation\apache2.2\conf\httpd

Re: [EMAIL PROTECTED] Question about the connector Apache x Tomcat

2008-07-21 Thread Davide Bianchi
Tan, Liao wrote: /usr/local/apache2/etc/extra/bobj_apache_tomcat.conf: Cannot load /usr/local/apache2/lib/modules/mod_jk.sl into server: Unresolved external /usr/local/apache2/bin >> You are missing some libraries and/or the connector is compiled with the wrong path for such libraries. If you

Re: [EMAIL PROTECTED] Question about the connector Apache x Tomcat

2008-07-21 Thread Serge Dubrouski
Looks like your team didn't install mod_jk. On Mon, Jul 21, 2008 at 2:33 PM, Tan, Liao <[EMAIL PROTECTED]> wrote: > (I´m posting here too, once that I dont know which would be the proper group) > > Hi, All: > My team has installed Apache 2.x and configured the connector with Tomcat > 4.1.x and w

[EMAIL PROTECTED] Question about the connector Apache x Tomcat

2008-07-21 Thread Tan, Liao
(I´m posting here too, once that I dont know which would be the proper group) Hi, All: My team has installed Apache 2.x and configured the connector with Tomcat 4.1.x and when started the apache, it gives the following error: /usr/local/apache2/bin >>./apachectl start httpd: Syntax error on lin

Re: [EMAIL PROTECTED] question on port number from client to host

2008-07-18 Thread Mike Friedman
That's how it works. Outgoing HTTP requests bind to a random unused, unprivileged port on the client machine and connect to port 80 on your server. A different outgoing port will be used on subsequent requests. Mike On Thu, Jul 17, 2008 at 9:24 PM, RCKV <[EMAIL PROTECTED]> wrote: > hello > > I

[EMAIL PROTECTED] question on port number from client to host

2008-07-17 Thread RCKV
hello I am using apache http server to serve some xml requests from clients. the http server hands over the incoming XML to back end application. the back end application creates the response and hands over to HTTP server to be sent out. for some requests, the client port is changing to a diffe

RE: [EMAIL PROTECTED] Question about mod_ssl patch for Apache 2.0.46

2008-06-23 Thread Tan, Liao
expert in apache, so please your guidance. Thanks, Ingrid -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Sunday, June 22, 2008 6:31 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Question about mod_ssl patch for Apache 2.0.46 On Thu, Jun 19, 2008

Re: [EMAIL PROTECTED] Question about mod_ssl patch for Apache 2.0.46

2008-06-22 Thread Eric Covener
On Thu, Jun 19, 2008 at 4:41 PM, Tan, Liao <[EMAIL PROTECTED]> wrote: > Guys: > 1)I want to know if there´s mod_ssl patch for Apache 2.0.x. I saw in > modssl.org, and strangely the latest version has the date of 2007, and is for > Apache 1.3. > 2)I already have my apache installed, that´s why I

[EMAIL PROTECTED] Question about mod_ssl patch for Apache 2.0.46

2008-06-19 Thread Tan, Liao
Guys: 1)I want to know if there´s mod_ssl patch for Apache 2.0.x. I saw in modssl.org, and strangely the latest version has the date of 2007, and is for Apache 1.3. 2)I already have my apache installed, that´s why I´m looking for a patch for mod_ssl, the final purpose is enable my current http

RE: [EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread Tan, Liao
have all certificates and their directives configured. Thanks for your attention. Ingrid -Original Message- From: Tan, Liao [CMB-IT] Sent: Wednesday, June 18, 2008 12:07 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Question about mod_ssl & mod_jk Hah, unfortunately

RE: [EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread Tan, Liao
- > From: André Warnier [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2008 10:39 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Question about mod_ssl & mod_jk > > > Hi. > > Your configuration snippets below look like Apache 1.x, but yo

Re: [EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread André Warnier
s Intelligence, Database & Support Services Tel. +55-11-3741-6274 Fax. +55-11-3741-6285 Email: [EMAIL PROTECTED] -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2008 10:39 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Quest

Re: [EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread André Warnier
m: André Warnier [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2008 10:39 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Question about mod_ssl & mod_jk Hi. Your configuration snippets below look like Apache 1.x, but you mention that you are using 2.x. How come ? André

RE: [EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread Tan, Liao
ness Intelligence, Database & Support Services Tel. +55-11-3741-6274 Fax. +55-11-3741-6285 Email: [EMAIL PROTECTED] -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2008 10:39 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Questi

Re: [EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread André Warnier
Hi. Your configuration snippets below look like Apache 1.x, but you mention that you are using 2.x. How come ? André Tan, Liao wrote: Hello, experts: My apache installed is has only the mod_jk.sl in the "libexec/" directory. I want to know what I need to do in order to to configure my

[EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread Tan, Liao
Hello, experts: My apache installed is has only the mod_jk.sl in the "libexec/" directory. I want to know what I need to do in order to to configure my current http to https? I know this is a very general question, but to start, I guess I need to include the directives in httpd.conf: 1) L

Re: [EMAIL PROTECTED] Question about internal dumy connections in httpd-2.28

2008-05-21 Thread Joshua Slive
On Wed, May 21, 2008 at 7:37 AM, Ali Nebi <[EMAIL PROTECTED]> wrote: > Hi, > > i want to ask about internal dummy connections in apache 2.2.8. I see in > the logs records like this: > > ::1 - - [21/May/2008:13:22:39 +0200] "OPTIONS * HTTP/1.0" 200 - "-" > "Apache/2.2.8 (EL) (internal dummy connecti

[EMAIL PROTECTED] Question about internal dumy connections in httpd-2.28

2008-05-21 Thread Ali Nebi
Hi, i want to ask about internal dummy connections in apache 2.2.8. I see in the logs records like this: ::1 - - [21/May/2008:13:22:39 +0200] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.8 (EL) (internal dummy connection)" In server-status page i see that these connections take server connections.

Re: [EMAIL PROTECTED] question

2008-05-18 Thread Eric Covener
On Sun, May 18, 2008 at 9:36 AM, Sergey Pustovit <[EMAIL PROTECTED]> wrote: > Hi all, > Just a basic question. Where and how do I change the host name? See ServerName http://httpd.apache.org/docs/2.2/mod/core.html#servername and UseCanonicalName http://httpd.apache.org/docs/2.2/mod/core.html#useca

[EMAIL PROTECTED] question

2008-05-18 Thread Sergey Pustovit
Hi all, Just a basic question. Where and how do I change the host name? Thank you. Best Regards, Sergey Pustovit [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://http

Re: [EMAIL PROTECTED] question

2008-05-17 Thread Sergey Pustovit
Thanx guys I think it works now. Sergey Pustovit [EMAIL PROTECTED] On May 17, 2008, at 10:53 AM, "Craig Huffstetler" <[EMAIL PROTECTED] > wrote: Also make sure, if you are behind a firewall/router to open up port 80 on the IP address of the local computer so you can view the web site on a

Re: [EMAIL PROTECTED] question

2008-05-17 Thread Craig Huffstetler
Also make sure, if you are behind a firewall/router to open up port 80 on the IP address of the local computer so you can view the web site on any computer outside of your local network. Sincerely, Craig Huffstetler On Sat, May 17, 2008 at 10:46 AM, steve <[EMAIL PROTECTED]> wrote: > -BEGIN

Re: [EMAIL PROTECTED] question

2008-05-17 Thread steve
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sergey Pustovit wrote: | Joshua Slive, | Thank a lot for the help. I think it worked. Now I trying to figuring | out how to open up or observe the website. What address do I use? localhost from your computer, or use the IP of the computer running apa

Re: [EMAIL PROTECTED] question

2008-05-17 Thread Sergey Pustovit
Joshua Slive, Thank a lot for the help. I think it worked. Now I trying to figuring out how to open up or observe the website. What address do I use? thanx On May 17, 2008, at 6:04 AM, Joshua Slive wrote: On Fri, May 16, 2008 at 11:36 PM, Sergey Pustovit <[EMAIL PROTECTED]> wrote: Hello, I

RE: [EMAIL PROTECTED] question

2008-05-17 Thread M. Scholten
Subject: [EMAIL PROTECTED] question Hello, I am new to the Apache. I am trying to learn how to build the my own website. I installed the Apache and having problem staring it. The responce that I get is: "sergey-pustovits-macbook:Desktop sergeypustovit$ /apache2/bin/ apachectl star

Re: [EMAIL PROTECTED] question

2008-05-17 Thread Joshua Slive
On Fri, May 16, 2008 at 11:36 PM, Sergey Pustovit <[EMAIL PROTECTED]> wrote: > Hello, > I am new to the Apache. I am trying to learn how to build the my own > website. I installed the Apache and having problem staring it. The responce > that I get is: > "sergey-pustovits-macbook:Desktop sergeypust

[EMAIL PROTECTED] question

2008-05-16 Thread Sergey Pustovit
Hello, I am new to the Apache. I am trying to learn how to build the my own website. I installed the Apache and having problem staring it. The responce that I get is: "sergey-pustovits-macbook:Desktop sergeypustovit$ /apache2/bin/ apachectl start (13)Permission denied: make_sock: could not

[EMAIL PROTECTED] question on mod_proxy_balancer

2008-05-12 Thread Arnab Ganguly
Hi All, I am using mod_proxy_balancer in Apache Red-Hat 3.0 and mpm=worker. Just curious is it possible to configure a time to live value so that within that particular time all the request will be routed by the load balancer to a particular server.Once it expires it switches to some other server.

Re: [EMAIL PROTECTED] question on log time entry in the Apache access log

2008-04-29 Thread Joshua Slive
On Tue, Apr 29, 2008 at 7:07 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Hi All, > My query is , in apache access_log we get the entry of > > " 127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif > HTTP/1.0" 200 2326" > > What the log document says is "10/Oct/2000:13:55:36" is th

[EMAIL PROTECTED] question on log time entry in the Apache access log

2008-04-29 Thread Arnab Ganguly
Hi All, My query is , in apache access_log we get the entry of " 127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326" What the log document says is "10/Oct/2000:13:55:36" is the time when the request is received by Apache.So suppose the server is overloaded and i

Re: [EMAIL PROTECTED] Question regarding server-status

2008-04-23 Thread Rich Bowen
When we enable mod_status and point our browser to http://server-name:port/server-status?notable a tableless format of server status details will be displayed. In that after the scoreboard the server details are displayed in a specific format. Is this format configurable? Can we change the w

[EMAIL PROTECTED] Question regarding server-status

2008-04-23 Thread Prasanna Ram Venkatachalam
Hi All, Please help me in my doubt on mod_status module. When we enable mod_status and point our browser to http://server-name:port/server-status?notable a tableless format of server status details will be displayed. In that after the scoreboard the server details are displayed in a specific form

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-07 Thread lihao0129
On Mon, Apr 7, 2008 at 10:54 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Mon, Apr 7, 2008 at 10:51 AM, <[EMAIL PROTECTED]> wrote: > > > Outside the VirtualHost container in my httpd.conf, I have tried: > > > > RewriteOptions inherit > > RewriteRule command rules.. > > You use Rewri

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread lihao0129
On Mon, Apr 7, 2008 at 10:47 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Mon, Apr 7, 2008 at 10:36 AM, <[EMAIL PROTECTED]> wrote: > > Hi, Eric: > > > > Thank you very much for your response. I've set > > > > RewriteLogLevel 4 > > RewriteLog "/var/log/www/rewrite.log" > > > > and fou

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-07 Thread Eric Covener
On Mon, Apr 7, 2008 at 10:51 AM, <[EMAIL PROTECTED]> wrote: > Outside the VirtualHost container in my httpd.conf, I have tried: > > RewriteOptions inherit > RewriteRule command rules.. You use RewriteOptions inherit in the scope you want to inherit "to" not "from". "This forces the c

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-07 Thread lihao0129
On Sun, Apr 6, 2008 at 12:17 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sat, Apr 5, 2008 at 9:09 PM, <[EMAIL PROTECTED]> wrote: > > From the Apache mod_rewrite documentation, the RewriteMap should be > > working under both server config and virtual host. I have the > > following RewriteMap

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread Eric Covener
On Mon, Apr 7, 2008 at 10:36 AM, <[EMAIL PROTECTED]> wrote: > Hi, Eric: > > Thank you very much for your response. I've set > > RewriteLogLevel 4 > RewriteLog "/var/log/www/rewrite.log" > > and found that Apache did not check ProxyPass rules at all. If I added: > > RewriteRule ^/pics

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread lihao0129
Hi, Eric: Thank you very much for your response. I've set RewriteLogLevel 4 RewriteLog "/var/log/www/rewrite.log" and found that Apache did not check ProxyPass rules at all. If I added: RewriteRule ^/pics/(.*\.jpg)$http://192.168.53.93/pics/$1 [P,L] This worked as expected, b

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-06 Thread Paul Heath
discovered it was that i should have been running php5apache2_2.dll not php5apache2.dll.many thanks On 4/6/08, Eric Covener <[EMAIL PROTECTED]> wrote: > > On Sat, Apr 5, 2008 at 8:54 PM, <[EMAIL PROTECTED]> wrote: > > Hi, folks: > > The above configuration did not work, I get 403 error by

[EMAIL PROTECTED] Question: Which Directives responsible for 'Cach-Control' header?

2008-04-06 Thread Neil Simons
Hi all, I have a Fedora Core5 linux box running apache 2.2.2 When serving static files of certain extentions including .mp3, 'Cache-Control' headers are included in the response, as well as 'ETag' headers etc. My question is simply this: How can I stop the 'Cache-Control' headers being gener

[EMAIL PROTECTED] Question: Which Directives responsible for 'Cach-Control' header?

2008-04-06 Thread Neil Simons
Hi all, I have a Fedora Core5 linux box running apache 2.2.2 When serving static files of certain extentions including .mp3, 'Cache-Control' headers are included in the response, as well as 'ETag' headers etc. My question is simply this: How can I stop the 'Cache-Control' headers being gene

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-06 Thread Eric Covener
On Sat, Apr 5, 2008 at 8:54 PM, <[EMAIL PROTECTED]> wrote: > Hi, folks: > The above configuration did not work, I get 403 error by visiting > "http://example.com/images/pic.jpg";, but I can access > http://imgserver.com/images/pic.jpg from web browser without problem. > [firewall enabled aroun

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-06 Thread Eric Covener
On Sat, Apr 5, 2008 at 9:09 PM, <[EMAIL PROTECTED]> wrote: > From the Apache mod_rewrite documentation, the RewriteMap should be > working under both server config and virtual host. I have the > following RewriteMap rules: > > RewriteMap images txt:/path/to/img.map > RewriteRule ^/images

[EMAIL PROTECTED] Question: RewriteMap and context

2008-04-05 Thread lihao0129
>From the Apache mod_rewrite documentation, the RewriteMap should be working under both server config and virtual host. I have the following RewriteMap rules: RewriteMap images txt:/path/to/img.map RewriteRule ^/images/([0-9][0-9][0-9])(.*)$ /multimedias/${images:$1}/$2 [L,PT] which I n

[EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-05 Thread lihao0129
Hi, folks: On my websites, I want links like the following: http://example.com/images/pic.jpg silently grab the image from http://192.168.53.93/images/pic.jpg [internal IP] or http://imgserver.com/images/pic.jpg [external IP] example2.com(192.168.53.93) is a separate(physica

RE: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Heer, Joost de
>Is there a way to dump to screen the apache "environment stuff" to what exactly apache sees? I looked at the man pages for apache2 and apache2ctl searching for 'environment' ... no matches. There is a printenv CGI script which is usually installed by default but not activated by default. Put it

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Richard Geddes
... to see what exactly apache sees? Richard Geddes wrote: > U, > > Thanks... restarting or reloading seemed to apply the changes made to > /etc/group file. > > Is there a way to dump to screen the apache "environment stuff" to > what exactly apache sees? I looked at the man pages for apache2 an

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Richard Geddes
U, Thanks... restarting or reloading seemed to apply the changes made to /etc/group file. Is there a way to dump to screen the apache "environment stuff" to what exactly apache sees? I looked at the man pages for apache2 and apache2ctl searching for 'environment' ... no matches. R Udo Rader w

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Richard Geddes
adding the www-data user to the rgeddes group? > > > > My apologies if I am misunderstanding your question. > > > > > > *From:* Richard Geddes [mailto:[EMAIL PROTECTED] > *Sent:* Tuesday

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Udo Rader
On Tue, 2008-02-26 at 11:08 -0500, Richard Geddes wrote: > Thanks for the response. > > I set up a directory under the main DocumentRoot called test > > drwxr-xr-x 2 rgeddes rgeddes 80 2008-02-18 15:18 test > > and it appeared in a directory listing in the webpage of my main > DocumentRoot.

RE: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Adam Martin
derstanding your question. From: Richard Geddes [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 10:08 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Question on permissions Thanks for the response. I set up a directory under the main DocumentRoot called te

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Richard Geddes
Thanks for the response. I set up a directory under the main DocumentRoot called test drwxr-xr-x 2 rgeddes rgeddes 80 2008-02-18 15:18 test and it appeared in a directory listing in the webpage of my main DocumentRoot. Changed permissions as follows: drwxr-x--- 2 rgeddes rgeddes 80 2008-02-

Re: [EMAIL PROTECTED] Question on permissions

2008-02-25 Thread Joshua Slive
On Mon, Feb 25, 2008 at 12:59 AM, Richard Geddes <[EMAIL PROTECTED]> wrote: > Hello, > > I'm using apache 2.2 on Ubuntu 7.10 setting up name-based virtual > hosting . The apache servers servicing requests run as www-data. > > The idea is to allow users to make their own websites under their hom

[EMAIL PROTECTED] Question on permissions

2008-02-24 Thread Richard Geddes
Hello, I'm using apache 2.2 on Ubuntu 7.10 setting up name-based virtual hosting . The apache servers servicing requests run as www-data. The idea is to allow users to make their own websites under their home directories, and for the admin to symlink the users' DocumentRoot directories below ma

Re: [EMAIL PROTECTED] Question about virtual hosts and wildcards

2008-01-16 Thread Christian Folini
On Wed, Jan 16, 2008 at 11:11:22AM -0500, Jamie Randell wrote: > Yes, I've read the docs. They say, "The wildcard characters * and ? can be > used to match names", but as the examples I've seen only use the wildcards > to match subdomains, I had doubts as to whether they'll work in the domain > pl

Re: [EMAIL PROTECTED] Question about virtual hosts and wildcards

2008-01-16 Thread Jamie Randell
Yes, I've read the docs. They say, "The wildcard characters * and ? can be used to match names", but as the examples I've seen only use the wildcards to match subdomains, I had doubts as to whether they'll work in the domain place. Guess I'll have to try it and see. On Jan 16, 2008 10:30 AM, Chr

Re: [EMAIL PROTECTED] Question about virtual hosts and wildcards

2008-01-16 Thread Christian Folini
Hi Jamie, I think your question is covered in the online documentation: http://httpd.apache.org/docs/2.0/vhosts/name-based.html On Wed, Jan 16, 2008 at 10:13:56AM -0500, Jamie Randell wrote: > It's kind of a production environment, so I don't really have the leisure to > experiment and try it out

[EMAIL PROTECTED] Question about virtual hosts and wildcards

2008-01-16 Thread Jamie Randell
Hi, I am only semi-experienced with Apache, and have maybe a strange question. I need to set up a name-based virtual host pointing the subdomain "foo" to a certain directory for any domain that's configured in DNS to point to the box. Would it work if I set it up with one of those domains in the

[EMAIL PROTECTED] Question Using mod_auth

2008-01-06 Thread Bryan Richardson
Hello all, I currently have Apache 2.2 sitting in front of my Ruby on Rails application, proxying non-static requests to the Rails server running on a different port. I have an admin portion of my Rails application that is accessed by going to www.mysite.com/admin/. I want to protect the admin p

[EMAIL PROTECTED] question about interaction of shishi and httpd

2007-12-19 Thread Dan Aronson
[I ran into this on a debian system, I've crossposted my question there] In trying to create some new web stuff, apache seems to be complaining about shishi (which I see from research is the gnu kerberos stuff). Why is it doing this? I know I could just create the directory, but I want to unders

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-17 Thread Joshua Slive
On Dec 16, 2007 10:48 PM, Bryan Richardson <[EMAIL PROTECTED]> wrote: > Once again, Joshua, thanks for your help. What are your feelings on > Rewrites vs. Redirects? How would I use a Redirect (or RedirectMatch) in > this situation? I tried doing a RedirectMatch with a similar regexp to what > I

Re: [EMAIL PROTECTED] Question about installing apache 2.0.59 on solaris 10

2007-12-16 Thread pdt_p
Hi... yes i am able to compile without root permission. Iam running on port >1024 and seems like so far it's working fine. thank you very much for your help. regards, pdt Dragon-4 wrote: > > pdt_p wrote: > >>Hi... >> >>Thank you for answering my question. >>The reason why i am not compile

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
Once again, Joshua, thanks for your help. What are your feelings on Rewrites vs. Redirects? How would I use a Redirect (or RedirectMatch) in this situation? I tried doing a RedirectMatch with a similar regexp to what I used with RewriteMatch, but it wouldn't work. Thanks! -- BTR On Dec 16, 200

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Joshua Slive
On Dec 16, 2007 10:06 PM, Bryan Richardson <[EMAIL PROTECTED]> wrote: > > This of course requires a login. Now, the situation I'm coming across is > I'm getting two requests for login; one at http://localhost and the other at > https://localhost. So, it looks to me like the authorization request

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
Joshua, Thanks again for responding. I've decided to use AuthDigest because of the reasons you mentioned below. However, while messing around some with .htaccess files, I've come across the following situation that I can't seem to figure out how to fix. So I have the trac/ directory, which is t

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Joshua Slive
On Dec 16, 2007 1:06 PM, Bryan Richardson <[EMAIL PROTECTED]> wrote: > Joshua, > > Thanks for responding. I had planned on looking into AuthDigest anyway, so > I'll go ahead and do that. If I end up using AuthDigest, would it then make > sense to only use SSL when actually logging in? > No, dige

  1   2   3   >