Re: [EMAIL PROTECTED] Proxy on port 80 and 443

2005-11-04 Thread Emmanuel E
I think we need to get some things clear.   You want your apache to run as a forward proxy server for both port 80 and 443. By this i am assuming that you want your browser to reach both port 80 and port 443 on any remote webserver via your proxy server.   To do this you need to run apache a

Re: [EMAIL PROTECTED] Charset problems

2005-11-04 Thread alfredo
Joshua Slive wrote: On 11/3/05, alfredo <[EMAIL PROTECTED]> wrote: The correct accented letters are simple text. The wrong one is the name of a directory that i keep by a filehandling function. So the question is: what charset are the filenames stored in in the filesystem, and what charset i

Re: [EMAIL PROTECTED] mod_rewrite on subdomains

2005-11-04 Thread Joshua Slive
On 11/4/05, Cristian Bichis <[EMAIL PROTECTED]> wrote: > Hello, > > >Why don't you say what you're trying instead. > > > All my pages requests must go to one unique file: index.php into website > root. > > I need a subdomain, and all requests for pages from subdomain must go to > index.php into web

Re: [EMAIL PROTECTED] mod_rewrite on subdomains

2005-11-04 Thread Cristian Bichis
Hello, Why don't you say what you're trying instead. All my pages requests must go to one unique file: index.php into website root. I need a subdomain, and all requests for pages from subdomain must go to index.php into website root not subdomain folder. And you absolutely must use the

Re: [EMAIL PROTECTED] apachectl trivia question

2005-11-04 Thread Aman Raheja
That should do it http://httpd.apache.org/docs/2.0/stopping.html#graceful Aman Raheja http://www.techquotes.com On Fri, 4 Nov 2005 15:05:02 -0800, Ashley Gould <[EMAIL PROTECTED]> wrote : > If I make changes to httpd.conf to activate an unused module, would the > new module be available by runn

[EMAIL PROTECTED] apachectl trivia question

2005-11-04 Thread Ashley Gould
If I make changes to httpd.conf to activate an unused module, would the new module be available by running apachclt graceful, or do I need to do a full stop start? -- -ashley Did you try poking at it with a stick? - The o

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Nick Kew
On Friday 04 November 2005 16:56, Boysenberry Payne wrote: > I good book to check out is Writing Apache Modules with Perl and C by > O'Reilly. Well, it's no doubt better than nothing, but it's too old to apply to much more than CGI-replacement level development with current apache versions. -- N

Re: [EMAIL PROTECTED] mod_rewrite on subdomains

2005-11-04 Thread Joshua Slive
On 11/4/05, Cristian Bichis <[EMAIL PROTECTED]> wrote: > Not working. Maybe i am wrong with something. Could u give me a sample in > this case ? Why don't you say what you're trying instead. And you absolutely must use the RewriteLog to debug mod_rewrite problems. And mod_rewrite problems are

Re: [EMAIL PROTECTED] mod_rewrite on subdomains

2005-11-04 Thread Cristian Bichis
1. http://subdomain.site.com the url should stay as is it (no redirection) but the internal processing should load file index.php from site root (URL: www.site.com/index.php); so in file paths terms should load index.php from the parent of subdomain folder 2. http://subdomain.site.co

Re: [EMAIL PROTECTED] http.con configuration settings

2005-11-04 Thread William A. Rowe, Jr.
Combine them if you like, they aren't 'duplicates' - but they were organized that way to keep the flow of settings (from low-level machine to higher level content and hosts). Organize your own httpd.conf however it makes the most sense to you :) [EMAIL PROTECTED] wrote: Hi all, Within httpd.co

Re: [EMAIL PROTECTED] mod_rewrite on subdomains

2005-11-04 Thread Joshua Slive
On 11/4/05, Cristian Bichis <[EMAIL PROTECTED]> wrote: > > > > 1. http://subdomain.site.com the url should stay as is it (no > redirection) but the internal processing should load file index.php from > site root (URL: www.site.com/index.php); so in file paths terms should > load index.php from the

[EMAIL PROTECTED] http.con configuration settings

2005-11-04 Thread cabral32
Hi all, Within httpd.con file I have seen these duplicate directives (#1 and #2): 1. LockFile logs/accept.lock   2. User nobody Group #-1 Group nobody   It is ok to combine them into a single one? Or there is a particular reason behind these configuration settings.   Thank you,   --Mari

Re: [EMAIL PROTECTED] mod_rewrite on subdomains

2005-11-04 Thread Cristian Bichis
1. http://subdomain.site.comthe url should stay as is it (no redirection) but the internal processing should load file index.php from site root (URL: www.site.com/index.php); so in file paths terms should load index.php from the parent of subdomain folder 2. http://subdomain.

[EMAIL PROTECTED] Proxy on port 80 and 443

2005-11-04 Thread Khoa Nguyen
I am trying to configure apache 2.0 as a forward proxy server for both port 80 and 443. Below is my config: AllowCONNECT 80 443     Order deny,allow     Deny from all     Allow from 172.16 10 NameVirtualHost *:80 NameVitualHost *:443    bla bla bla    bla bla bla Probl

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Joshua Kogut
Cool, I should try that out. btw:I am not so great, I know *nothing*. Just have lots of opinions.On 11/4/05, Sean Conner <[EMAIL PROTECTED]> wrote: It was thus said that the Great Joshua Kogut once stated:>> Also, what advantages over perl, php, heck, even asp does C have? Many of > these server-s

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Sean Conner
It was thus said that the Great Joshua Kogut once stated: > > Also, what advantages over perl, php, heck, even asp does C have? Many of > these server-side languages have syntax that is closely related to C. > There's a better way to do this, and you would be saving yourself alot of > time and eff

Re: [EMAIL PROTECTED] copy ssl cert from old machine to replacement machine?

2005-11-04 Thread William A. Rowe, Jr.
Sean Brown wrote: It's my understanding that the SSL Certificate is bound to the IP of the site, NOT the DNS name. Nonsense. The certificate contains the DNS name in the X509 common-name field. That's what must match. You might be thinking of ssh server keys? Bill -

Re: [EMAIL PROTECTED] mod_rewrite on subdomains

2005-11-04 Thread Joshua Slive
On 11/4/05, Cristian Bichis <[EMAIL PROTECTED]> wrote: > 1. http://subdomain.site.comthe url should stay as is it (no > redirection) but the internal processing should load file index.php from > site root (URL: www.site.com/index.php); so in file paths terms should > load index.php from th

[EMAIL PROTECTED] Defunct CGI processes

2005-11-04 Thread Marple Huckleby
  I submitted this a few days ago, and have not seen it come through - my apologies if it has come through twice.   I have a number of front-end web servers, which mount their DocumentRoot directory from an NFS server.  Several versions ago, I began seeing defunct Perl processes (not mod_perl). 

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Boysenberry Payne
I good book to check out is Writing Apache Modules with Perl and C by O'Reilly. http://www.oreilly.com/catalog/wrapmod/desc.html Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Nov 3, 2005, at 6:58 PM, Rob Belics wrote: I would like my Apache server to dynamically create a

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Peter J Milanese
Original poster.-Sent from my NYPL BlackBerry Handheld.  - Original Message -  From: Joshua Kogut [EMAIL PROTECTED]  Sent: 11/04/2005 11:42 AM  To: users@httpd.apache.org  Subject: Re: [EMAIL PROTECTED] Serving dynamic pages with C OP?? What in the world does that have to do

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Joshua Kogut
OP?? What in the world does that have to do with this. (Define: OP)On 11/4/05, Rob Belics <[EMAIL PROTECTED] > wrote:As far as I'm concerned as the OP, this is off topic and I'm notinterested in hearing more about it. -The official

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Octavian Rasnita
From: "Joshua Kogut" <[EMAIL PROTECTED]> Also, what advantages over perl, php, heck, even asp does C have? Many of these server-side languages have syntax that is closely related to C. There's a better way to do this, and you would be saving yourself alot of time and effort. A combined idea could

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Rob Belics
As far as I'm concerned as the OP, this is off topic and I'm not interested in hearing more about it. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for m

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Joshua Kogut
I am not warring, I am just wondering why C? ALSO, I did not START that php vs perl thread. I dropped the topic and somebody else picked it back up in a new thread. I am just an innocent person wanting to know more. So don't blame me for somebody elses ignoreance. On 11/4/05, Nick Kew < [EMAIL PRO

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Nick Kew
On Friday 04 November 2005 15:40, Joshua Kogut wrote: > Also, what advantages over perl, php, heck, even asp does C have? Haven't we had enough language wars here in your php-vs-perl thread? Each has its place, and you wouldn't have perl or php - let alone their apache bindings - if someone hadn't

Re: [EMAIL PROTECTED] Serving dynamic pages with C

2005-11-04 Thread Joshua Kogut
Also, what advantages over perl, php, heck, even asp does C have? Many of these server-side languages have syntax that is closely related to C. There's a better way to do this, and you would be saving yourself alot of time and effort.On 11/3/05, Sean Davis <[EMAIL PROTECTED]> wrote:   ---

Re: [EMAIL PROTECTED] mod_rewrite on subdomains

2005-11-04 Thread Cristian Bichis
Hello, The website root is: /home/site/domains/site.com/public_html Cristian Bichis I think this is impossible to answer without knowing what the DocumentRoot of each of the two vhosts is. Please provide what your file structure looks like, On 11/4/05, Cristian Bichis <[EMAIL PROTECTE

Re: [EMAIL PROTECTED] Proxy set-up problem Urgent

2005-11-04 Thread Joshua Slive
On 11/4/05, Kes Morland (A83066) Cobblers Hall Surgery DL5 4SE <[EMAIL PROTECTED]> wrote: > CacheSize 256 Gosh, that's small. I think you want a much larger number here. And make sure to set LogLevel to debug to get interesting stuff about caching in the error log. Josh

RE: [EMAIL PROTECTED] copy ssl cert from old machine to replacement machine?

2005-11-04 Thread Boyle Owen
> -Original Message- > From: Sean Brown [mailto:[EMAIL PROTECTED] > Sent: Freitag, 4. November 2005 15:36 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] copy ssl cert from old machine to > replacement > machine? > > > It's my understanding that the SSL Certificate is bou

RE: [EMAIL PROTECTED] Apache 2 Reverse Proxy - Problems accessing NTLM authenticated backend with IE over https

2005-11-04 Thread Oluwagbamila O. Oyekanmi
Thanks Yu. This works perfectly! BR, 'Gbamila -Original Message- From: Yu, Ming [mailto:[EMAIL PROTECTED] Sent: Friday, November 04, 2005 2:59 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache 2 Reverse Proxy - Problems accessing NTLM authenticated backend with IE over

[EMAIL PROTECTED] Question on Apache Installation on Win2K SBS

2005-11-04 Thread TonyY8088
Hi,   I am installing the Apache v2.nn on the Win2K SBS and have problem to confirm the status. I can see both the apache.exe and apachemonitor.exe running on the Task Manager.  If I try to use http://localhost I get nothing.  A blink of DOS command screen and no error log or anything (As I can see

Re: [EMAIL PROTECTED] copy ssl cert from old machine to replacement machine?

2005-11-04 Thread Joe A
it has a different ip right now, and the hostname is currently setup as localhost.localdomain. and after copying the files it says the site canot be trusted and it says the certificate authority who issued the cert was localhost.localdomain so i guess i just need to change the ip and the hostnam

[EMAIL PROTECTED] 408 Error with Apache HTTPD and Tomcat

2005-11-04 Thread Brian Bonner
I'm hoping someone on this list can help me. I posted on the tomcat-users list w/ no results. Here's the post: http://www.nabble.com/408-error-with-Form-Authentication-and-Proxy.-Doesn%27t-occur-with-Basic-Auth.-t474352.html#a1291455 I've seen several posts on the Tomcat list that describe a 4

Re: [EMAIL PROTECTED] mod_rewrite on subdomains

2005-11-04 Thread Sean Brown
I think this is impossible to answer without knowing what the DocumentRoot of each of the two vhosts is. Please provide what your file structure looks like, On 11/4/05, Cristian Bichis <[EMAIL PROTECTED]> wrote: > Hello! > > I have one problem who gives me headache. > > > I have one website, let

Re: [EMAIL PROTECTED] mail()

2005-11-04 Thread Sean Brown
First of all, this question should be posted to a PHP list: http://www.php.net/mailing-lists.php But, since you asked, you need to either supply your own local STMP mailer, or use a remote STMP server. Either works well. I'd highly suggest looking into using the PEAR Mail class: http://pear.ph

Re: [EMAIL PROTECTED] Google Map of Apache users active on this list (OT)

2005-11-04 Thread Nick Kew
On Friday 04 November 2005 14:14, Claire McLister wrote: > Thanks. We have received several reports of exact location hits and > several that say that the markers were way off. So, it seems this is > still very in-accurate (which in a way is good for people who are > concerned about privacy issues)

Re: [EMAIL PROTECTED] copy ssl cert from old machine to replacement machine?

2005-11-04 Thread Sean Brown
It's my understanding that the SSL Certificate is bound to the IP of the site, NOT the DNS name. So if you're moving to a new machine AND changing the IP address, you may need to get your certificate recreated. If you moving to a new machine, but keeping the IP address, you should be able to simp

Re: [EMAIL PROTECTED] Google Map of Apache users active on this list (OT)

2005-11-04 Thread Claire McLister
Thanks. We have received several reports of exact location hits and several that say that the markers were way off. So, it seems this is still very in-accurate (which in a way is good for people who are concerned about privacy issues). The only thing that we may be able to trust is the country

Re: [EMAIL PROTECTED] Apache 2 Reverse Proxy - Problems accessing NTLM authenticated backend with IE over https

2005-11-04 Thread Peter J Milanese
Also be aware of the security implications. - Sent from my NYPL BlackBerry Handheld. - Original Message - From: "Yu, Ming" [EMAIL PROTECTED] Sent: 11/04/2005 08:58 AM To: Subject: RE: [EMAIL PROTECTED] Apache 2 Reverse Proxy - Problems accessing NTLM authenticated backe

RE: [EMAIL PROTECTED] Apache 2 Reverse Proxy - Problems accessing NTLM authenticated backend with IE over https

2005-11-04 Thread Yu, Ming
Make sure the Windows Site should use Clear Text authentication Only. Do not use Mixed mode. - Ming Yu - Johns Hopkins University Applied Physics Lab. -Original Message- From: Oluwagbamila O. Oyekanmi [mailto:[EMAIL PROTECTED] Sent: Friday, November 04, 2005 1:34 AM To: users@httpd.apach

RE: [EMAIL PROTECTED] ProxyPassReverse not working in

2005-11-04 Thread Yu, Ming
If I remember right, location is a global setting for apache. Correct me if this is wrong. I would suggest to use ProxyPass and ProxyPassReverse pair. ProxyPass /ASPTest/ http://192.168.100.1/ ProxyPassReverse /ASPTest/ http://192.168.100.1/ ProxyPass /dev/ASPTest/ http://192.168.100.1:808

Re: [EMAIL PROTECTED] Re: How to configure httpd.conf for HTTP PUT Method

2005-11-04 Thread herauthon
Suspicious whitespace sequence >>> Sender: "Joost de Heer" <[EMAIL PROTECTED]> Recipient: "Nick Kew" <[EMAIL PROTECTED]>; users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Google Map of Apache users active on this list <<< - Original Message - From: "Kr" <[EMAIL PROTECTED]> To: S

[EMAIL PROTECTED] Proxy set-up problem Urgent

2005-11-04 Thread Kes Morland (A83066) Cobblers Hall Surgery DL5 4SE
Hi, I have been struggling for quite some time now trying to get the proxy working. I have googled through the manuals! We have three sites all connected onto the internet via adsl links and two of the sites has a 128k dedicated pipe bridged onto the main site. Our intranet pages need

Re: [EMAIL PROTECTED] Google Map of Apache users active on this list (OT)

2005-11-04 Thread Joost de Heer
>> We've been working with Google Maps to see if we can automatically map >> origins of emails to groups. > > FWIW, it has me in completely the wrong part of the country, At least you're only once in a wrong place, I'm twice on that map, and twice on a place where I don't live Joost -

[EMAIL PROTECTED] Re: How to configure httpd.conf for HTTP PUT Method

2005-11-04 Thread Kr
Sorry for my previous html posting. Here it goes... Basically I am trying to upload a file using client program that uses HTTP PUT method, VBScript, MSXML2.XMLHTTP.3.0 object. The uploaded file need to be stored on Apache Server 2.0 using CGI+PERL. I am using Windows XP SP2 and IE 6.0 SP2. I con

[EMAIL PROTECTED] Re: How to configure httpd.conf for HTTP PUT Method

2005-11-04 Thread Joost de Heer
- Please stop sending HTML mail. - Please don't send your whole configuration. At least strip out all comments. Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/users

[EMAIL PROTECTED] Neophyte Query: No (Std) Output from CGI scripts: Defective Setup?

2005-11-04 Thread S. M. Halloran
1. OS info:   MS Windows XP Professional version 2002 SP1    CLI: Microsoft Windows XP [Version 5.1.2600] 2. HTTP Server info:  Apache/2.0.53 (Win32) 3. Hardware:  Pentium-M 1.6 GHz, 512 MB ram 4. (Possibly) Relevant Directives in httpd.conf:     DocumentRoot "C:/Documents and Settings/SMH/My

[EMAIL PROTECTED] mod_rewrite on subdomains

2005-11-04 Thread Cristian Bichis
Hello! I have one problem who gives me headache. I have one website, let say:site.com I have one subdomain: subdomain.site.com I will do into browser two types of requests: 1. http://subdomain.site.comthe url should stay as is it (no redirection) but the internal processing shou

Re: [EMAIL PROTECTED] mail()

2005-11-04 Thread herbs
Hi JC, some php applications can connect over external smtp servers to send emails to users, but mostly they need their own mailserver. The recommended way is to use your own mailserver. I have choosen postfix for my own server - its easy to setup and works almost out of the box. I have given up

[EMAIL PROTECTED] Re: copy ssl cert from old machine to replacement machine?

2005-11-04 Thread Joost de Heer
Joe A said: > i have a machine that has apache2 and ssl setup on > domain.com > > i want to replace that machine with a new one ... do i have to request a > new > certificate or is there an easy way to copy the certificate to the new > machine that will be replacing the old one

Re: [EMAIL PROTECTED] Google Map of Apache users active on this list (OT)

2005-11-04 Thread Nick Kew
On Thursday 03 November 2005 23:39, Claire McLister wrote: > We've been working with Google Maps to see if we can automatically map > origins of emails to groups. FWIW, it has me in completely the wrong part of the country, in an area that is not my address, nor my company's registered address,

Re: [EMAIL PROTECTED] error installing mod_proxy_html

2005-11-04 Thread Nick Kew
On Friday 04 November 2005 02:37, Akash wrote: > I am trying to install mod_proxy_html work. Using the following command > > $ /usr/local/apache/bin/apxs -c -I /usr/local/apache/include/libxml2/ > -i mod_proxy_html.c > > I end up with the following errors > > mod_proxy_html.c: In function

Re: [EMAIL PROTECTED] ProxyPassReverse not working in

2005-11-04 Thread Neil A. Hillard
Hi, Eric B. wrote: I'm struggling to get Apache to work properly as a Proxy to an internal server. I have two copies of the same application running on this internal server (both ASP applications running on IIS) that I need to access via different URLs. I have managed to configure on and got i

RE: [EMAIL PROTECTED] How to configure httpd.conf for HTTP PUT Method ?

2005-11-04 Thread Boyle Owen
Plain text please... The core apache 2 doesn't implement the HTTP PUT method. If you try to use the PUT method, you get a 400 Bad Request. One way to handle PUT is to install the web_dav module (http://httpd.apache.org/docs/2.0/mod/mod_dav.html). This is if you want full-scale web-based author

RE: [EMAIL PROTECTED] copy ssl cert from old machine to replacement machine?

2005-11-04 Thread Boyle Owen
Plain text please... The certificate is bound to the website - not the physical machine. The certificate is just a file like any other. You simply have to copy the file containing the certificate to the new machine. If you change the filestructure on the new machine, you need to define the path