[EMAIL PROTECTED] Re: [SPAM] Re: [EMAIL PROTECTED] Re: [webkit-dev] Accept- & Content-Resolution headers proposal

2007-06-11 Thread Fritz Frei
Dear Jacqui, I wasn't asking tis question. Areyou sure about the email-address? Fritz - Original Message - From: "Jaqui Greenlees" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 12, 2007 11:03 AM Subject: [SPAM] Re: [EMAIL PROTECTED] Re: [webkit-dev] Accept- & Content-Resolution headers

Re: [EMAIL PROTECTED] Re: [webkit-dev] Accept- & Content-Resolution headers proposal

2007-06-11 Thread Jaqui Greenlees
--- Windy Road <[EMAIL PROTECTED]> wrote: > Hi, > > Does Apache support "Feature negotiation" as > specified in RFC 2295 > (see http://www.ietf.org/rfc/rfc2295 )? I remember seeing about three years ago a website that did this. They used their site scripts to do it. I can't remember the url, bu

Re: [EMAIL PROTECTED] Re: [webkit-dev] Accept- & Content-Resolution headers proposal

2007-06-11 Thread Joshua Slive
On 6/11/07, Windy Road <[EMAIL PROTECTED]> wrote: Hi, Does Apache support "Feature negotiation" as specified in RFC 2295 (see http://www.ietf.org/rfc/rfc2295 )? According to http://httpd.apache.org/docs/2.2/content-negotiation.html feature negotiation is not supported. I'm not personally aware

[EMAIL PROTECTED] Re: [webkit-dev] Accept- & Content-Resolution headers proposal

2007-06-11 Thread Windy Road
Hi, Does Apache support "Feature negotiation" as specified in RFC 2295 (see http://www.ietf.org/rfc/rfc2295 )? If so, is there any documentation related to this (I couldn't find any)? If not, are there any plans to support this portion of the RFC? FYI the back story to this request is from a d

Re: [EMAIL PROTECTED] time out issue

2007-06-11 Thread Joshua Slive
On 6/11/07, sharath reddy <[EMAIL PROTECTED]> wrote: Hi All, I am running apache server ver 2.0.59 on a Linux. we are using WSSO (web single sign on) mechanism for user authentication, so it intercepts every request to web server and authenticates user credentials. Problem: users getting time

Re: [EMAIL PROTECTED] Attempt to serve DocumentRoot directory ?

2007-06-11 Thread Vincent Bray
On 12/06/07, philguillard <[EMAIL PROTECTED]> wrote: Since the first virtual host is the default for whatever url is pointing to my server i configured a virtual host without directives and that's the origin of my logs: ServerName www.phil.com DocumentRoot /usr/local/apache2/htdocs/du

Re: [EMAIL PROTECTED] Header set Content-type

2007-06-11 Thread Paul Simon
> > > > Is it impossible to set the Content-Type? Any suggestions? > > > > > > It is impossible to set Content-Type using mod_headers. All the > > > standard HTTP protocol headers are controlled by the apache core and > > > can't be overriden with mod_headers. > > > > > > But you can set Content-Ty

Re: [EMAIL PROTECTED] Attempt to serve DocumentRoot directory ?

2007-06-11 Thread philguillard
Thanks for you answer. I found out that i maybe made a mistake,that gives me another question : I discovered recently that another domain owner was pointing to my server (maybe in order to set me as duplicated content for google??..) Since the first virtual host is the default for whatever ur

[EMAIL PROTECTED] time out issue

2007-06-11 Thread sharath reddy
Hi All, I am running apache server ver 2.0.59 on a Linux. we are using WSSO (web single sign on) mechanism for user authentication, so it intercepts every request to web server and authenticates user credentials. Problem: users getting timeout very quickly...Like every 5-8 minutes. What are t

Re: [EMAIL PROTECTED] Attempt to serve DocumentRoot directory ?

2007-06-11 Thread Vincent Bray
On 12/06/07, philguillard <[EMAIL PROTECTED]> wrote: I get many attempts to DocumentRoot, they seem not to be correlated with user requests for pages, and it comes 15 lines like this one beow at the same time: [error] [client 127.0.0.1] Attempt to serve directory: /usr/local/apache2/htdocs/myapp

Re: [EMAIL PROTECTED] Address already in use: make_sock: could not bind to addres

2007-06-11 Thread Vincent Bray
On 11/06/07, Malladi, Sasikanth <[EMAIL PROTECTED]> wrote: All, When I ran lsof, I can see that there are no listeners on ports 80 and 443: [EMAIL PROTECTED]:/usr/local/apache2/conf$ lsof -i tcp:443 [EMAIL PROTECTED]:/usr/local/apache2/conf$ lsof -i tcp:80 But wait! There's more! When I run 'ne

RE: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Salcedo, Simon
Is your main site called "testhp.com" or "www.testhp.com"? Since your certificate is for "testhp.com", your ServerName should be "testhp.com" Regards, Simon From: Kirthi Narayan [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 3:38 PM To: users@http

[EMAIL PROTECTED] Attempt to serve DocumentRoot directory ?

2007-06-11 Thread philguillard
hi all, I hope my question is not too stupid: I get many attempts to DocumentRoot, they seem not to be correlated with user requests for pages, and it comes 15 lines like this one beow at the same time: [error] [client 127.0.0.1] Attempt to serve directory: /usr/local/apache2/htdocs/myapp/

RE: [EMAIL PROTECTED] Address already in use: make_sock: could not bind to addres

2007-06-11 Thread Malladi, Sasikanth
All, When I ran lsof, I can see that there are no listeners on ports 80 and 443: [EMAIL PROTECTED]:/usr/local/apache2/conf$ lsof -i tcp:443 [EMAIL PROTECTED]:/usr/local/apache2/conf$ lsof -i tcp:80 But wait! There's more! When I run 'netstat -av' I can see three entries for my server name: TCP:

Re: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Kirthi Narayan
It is for a testing purpose, and the domain name is testhp.com that i provide during the certifcate generation. Kirthi On 6/12/07, Salcedo, Simon <[EMAIL PROTECTED]> wrote: Ok. But I also need to know what domain name you sent to your certificate provider, as this is likely included in the

RE: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Salcedo, Simon
Ok. But I also need to know what domain name you sent to your certificate provider, as this is likely included in the certificate. Regards, Simon From: Kirthi Narayan [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 3:26 PM To: users@httpd.apache.or

Re: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Kirthi Narayan
And also in the logs i find [Tue Jun 12 01:53:14 2007] [notice] Digest: generating secret for digest authentication ... [Tue Jun 12 01:53:14 2007] [notice] Digest: done [Tue Jun 12 01:53:15 2007] [notice] Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8e DAV/2 configured -- resuming normal operati

Re: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Kirthi Narayan
Hi Sander, Thanks for the mail, I am totally using for testing purpose in the lab envirnoment. Is there a possiblity to fix this issue, i wanted to access this box via IP as well as hostname. Please let me know. thanks Kirthi On 6/12/07, Sander Temme <[EMAIL PROTECTED]> wrote: On Jun 11, 2

Re: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Sander Temme
On Jun 11, 2007, at 1:12 PM, Kirthi Narayan wrote: This is the following error i am getting, i have given the cn name as the same system hostname. MIsmatched address The security certificate issued was issued for a different website address the probelm maybe indicate to fool you or in

Re: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Kirthi Narayan
Hi, I just checkd it is the server name that i have given, Could i fwd you the httpd.conf file so that you could have a look at the file. Kirthi On 6/12/07, Salcedo, Simon <[EMAIL PROTECTED]> wrote: Kirthi, When the certs were generated, the domain name was used. In your .conf, the Serv

RE: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Salcedo, Simon
Kirthi, When the certs were generated, the domain name was used. In your .conf, the ServerName entry is probably your IP address. Regards, Simon From: Kirthi Narayan [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 3:12 PM To: users@httpd.apache

Re: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Kirthi Narayan
This is the following error i am getting, i have given the cn name as the same system hostname. MIsmatched address The security certificate issued was issued for a different website address the probelm maybe indicate to fool you or intercept any data you send to the server. We recommand you to

Re: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Joshua Slive
On 6/11/07, Sander Temme <[EMAIL PROTECTED]> wrote: On Jun 11, 2007, at 12:42 PM, Kirthi Narayan wrote: > When i browse for https i get certification error. Could any one > guide me on this. > > ./openssl rsa -in privkey.pem -out new.cert.key > ./openssl x509 -in new.cert.csr -out new.cert.cert

Re: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Sander Temme
On Jun 11, 2007, at 12:42 PM, Kirthi Narayan wrote: When i browse for https i get certification error. Could any one guide me on this. ./openssl rsa -in privkey.pem -out new.cert.key ./openssl x509 -in new.cert.csr -out new.cert.cert \ -req -signkey new.cert.key -days 999 When you say 'cer

Re: [EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Graeme Fowler
On Tue, 2007-06-12 at 01:12 +0530, Kirthi Narayan wrote: > Hi All, > > I have some issues with ssl certs, i am generating the certs with the > following commands and putting the certs file in apache conf > directory. > > When i browse for https i get certification error. Could any one guide > m

Re: [EMAIL PROTECTED] Tomcat + htaccess

2007-06-11 Thread Sander Temme
On Jun 10, 2007, at 11:30 AM, reym wrote: Hi All, I am trying to use a .htaccess file with tomcat, so that when a user types in http://mywebsite.com in their browser, they will get directed to https://mywebsite.com it's not working :( what am i doing wrong?? Does Tomcat, the Application

[EMAIL PROTECTED] Apache ssl certs

2007-06-11 Thread Kirthi Narayan
Hi All, I have some issues with ssl certs, i am generating the certs with the following commands and putting the certs file in apache conf directory. When i browse for https i get certification error. Could any one guide me on this. ./openssl req -new > new.cert.csr ./openssl rsa -in privkey.pe

Re: [EMAIL PROTECTED] Header set Content-type

2007-06-11 Thread Joshua Slive
On 6/11/07, Paul Simon <[EMAIL PROTECTED]> wrote: > > Is it impossible to set the Content-Type? Any suggestions? > > It is impossible to set Content-Type using mod_headers. All the > standard HTTP protocol headers are controlled by the apache core and > can't be overriden with mod_headers. > > Bu

Re: [EMAIL PROTECTED] Header set Content-type

2007-06-11 Thread Paul Simon
> > Is it impossible to set the Content-Type? Any suggestions? > > It is impossible to set Content-Type using mod_headers. All the > standard HTTP protocol headers are controlled by the apache core and > can't be overriden with mod_headers. > > But you can set Content-Type using any of the standa

[EMAIL PROTECTED] authentication for proxy_balancer

2007-06-11 Thread Matt Zagrabelny
Hello, I have question regarding using apache2.2 to provide authentication/authorization to content being served via proxy_balancer. However, I am trying to get the things working in a simpler environment with a single proxy and an authentication statement for it. url: https://grateful.d.umn.edu

Re: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Joshua Slive
On 6/11/07, Kong, Alan <[EMAIL PROTECTED]> wrote: Joshua, It is working!!! I never pay attention on those commented out items in the conf file. I un-commented them out and rebooted the apache, then it works. Thank you very much. Also thanks for those who are trying to help, appreciated. Gla

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Kong, Alan
Joshua, It is working!!! I never pay attention on those commented out items in the conf file. I un-commented them out and rebooted the apache, then it works. Thank you very much. Also thanks for those who are trying to help, appreciated. Alan -Original Message- From: [EMAIL PROTECTE

Re: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Joshua Slive
On 6/11/07, Kong, Alan <[EMAIL PROTECTED]> wrote: Graeme, These are the URL that I used: http://cuflink7 http://cuflink7/index.html Cuflink7 is one of the internal server inside the company firewall, the relationship between my workstation and this server is on the same LAN, so I can ping it wi

Re: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Tony Stevenson
Josh, Fair point. I just wanted to see it for the sake of clarity with the issue. Alan: [1] Is it all images, or just the .gif you cannot access? [2] Do you have the XBit hack switched on? [3] What browser are you using, is it in all browsers that this error occurs? [4] Have you tried manaually

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Kong, Alan
Graeme, These are the URL that I used: http://cuflink7 http://cuflink7/index.html Cuflink7 is one of the internal server inside the company firewall, the relationship between my workstation and this server is on the same LAN, so I can ping it with no problem. We have another two servers called

Re: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Joshua Slive
On 6/11/07, Kong, Alan <[EMAIL PROTECTED]> wrote: Joshua, Here is the error message: The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings. Ls -la: -rw-r--r-- 1 cuflinkusers

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Graeme Fowler
On Mon, 2007-06-11 at 11:52 -0400, Kong, Alan wrote: > Here is the error message: > > The page you are looking for is currently unavailable. The Web site > might be experiencing technical difficulties, or you may need to adjust > your browser settings. What *exact* URL are you using when you get

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Kong, Alan
Joshua, Here is the error message: The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings. Ls -la: -rw-r--r-- 1 cuflinkusers 2326 Nov 20 2004 apache_pb.gif -rw-r--r-- 1 cu

Re: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Joshua Slive
On 6/11/07, Tony Stevenson <[EMAIL PROTECTED]> wrote: Can you show me an "ls -la", and a copy of your relevant config please? I think you are pointing him wrong here. The config is probably fine, since apache is giving a 200 (success) status code. But he has never really identified EXACTLY wha

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Tony Stevenson
Can you show me an "ls -la", and a copy of your relevant config please? -- Tony On Mon, June 11, 2007 4:40 pm, Kong, Alan wrote: > Hi Tony, > > > Here is the records cut from the access log: > > > 10.50.166.5 - - [11/Jun/2007:11:26:47 -0400] "GET /index.html HTTP/1.1" > 200 2850 > 10.50.166.5 - -

Re: [EMAIL PROTECTED] setting MaxClients locally?

2007-06-11 Thread Martijn
On 6/8/07, Tony Stevenson <[EMAIL PROTECTED]> wrote: An alternative to changing all your links, could be for you to use reverse proxy. i.e. ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/ This way you could ensure that the change is transparent to the end

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Kong, Alan
Hi Tony, Here is the records cut from the access log: 10.50.166.5 - - [11/Jun/2007:11:26:47 -0400] "GET /index.html HTTP/1.1" 200 2850 10.50.166.5 - - [11/Jun/2007:11:27:46 -0400] "GET /logo.gif HTTP/1.1" 200 2258 The index.html is working fine(test html file come along during installation). Lo

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Tony Stevenson
I apologise for wading into this quite late on. But if you are getting an error in your browser then you should be getting an error in your errorlog. Is the gif in the root of the htdocs directory? It's not in /images is it? Can you show us the access log entry then please? Cheers, Tony On Mo

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Kong, Alan
Yes, all files are under the DocumentRoot directory. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 10:38 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache 2.2.3 Hi, Did you checked whether all the files are un

RE: [Fwd: Re: [EMAIL PROTECTED] Apache, Windows XP, and mapped drives]

2007-06-11 Thread Tony Stevenson
On Mon, June 11, 2007 3:59 pm, Jim Owens wrote: > Thank you, Tony, for staying on my case. I finally tried your suggestion > and it works. When I originally set up my old Win2K Apache server, I ended > up using drive mapping because I never tried adding the block > for //datastore/development. I'd

RE: [Fwd: Re: [EMAIL PROTECTED] Apache, Windows XP, and mapped drives]

2007-06-11 Thread Jim Owens
Thank you, Tony, for staying on my case. I finally tried your suggestion and it works. When I originally set up my old Win2K Apache server, I ended up using drive mapping because I never tried adding the block for //datastore/development. I'd all but given up going down that road, and but for your

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread ramakrishnaprasad.annasamudram
--- Begin Message --- Hi, Did you checked whether all the files are under /htdocs directory? Good Luck, Ramakrishna From: Hiep Nguyen [mailto:[EMAIL PROTECTED] Sent: Mon 6/11/2007 7:50 PM To: users@httpd.apache.org Cc: [EMAIL PROTECTED] Subject: RE: [EMAIL PRO

RE: [EMAIL PROTECTED] RE: Apache 2.2.3

2007-06-11 Thread ramakrishnaprasad.annasamudram
--- Begin Message --- Hi, Did you checked whether all the files(.gifs) are under /htdocs directory?Because apache searches for files in .htdocs directory. Any one please tell if i am alos wrong. Good Luck, Ramakrishna From: Kong, Alan [mailto:[EMAIL PROTECTED

RE: [Fwd: Re: [EMAIL PROTECTED] Apache, Windows XP, and mapped drives]

2007-06-11 Thread Tony Stevenson
Typo Fixes, on lines that being with * * Alias > Alais /dev_share //datastore/development > > > You then need a directory block, something like this maybe, > > * > > Order allow,deny > Allow from all > Options +indexes > > > ... ---

RE: [Fwd: Re: [EMAIL PROTECTED] Apache, Windows XP, and mapped drives]

2007-06-11 Thread Tony Stevenson
On Mon, June 11, 2007 12:56 pm, Jim Owens wrote: > I don't know how much this conversation will benefit the group, but I'll > post it here as you suggest. > > I'm using Apache to serve a document library on a company intranet. Some > of the files to which my "Online Library" provides links are on a

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Hiep Nguyen
On Mon, 11 Jun 2007, Kong, Alan wrote: Unfortunately, there is no error message. Error log doesn't show anything, there is a access log that pointing the the file though. This is why I can't figure it out what's going on. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[EMAIL PROTECTED] RE: Apache 2.2.3

2007-06-11 Thread Kong, Alan
Hi Bob, It is inside my company's network. The url is not visible to outside world. The test display the sample index.html with http:/ip-address fine, however, when I replaced the index.html with some complicated html files(showing pictures, calling javascript with

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Kong, Alan
Unfortunately, there is no error message. Error log doesn't show anything, there is a access log that pointing the the file though. This is why I can't figure it out what's going on. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Fr

Re: [EMAIL PROTECTED] Strange "expires" header

2007-06-11 Thread Jonathan Stein
Allen Pulsifer wrote: I'm still wondering why mod_cache sets the expires header (or some other parameter, that causes the headers to be set). Anything that goes in the cache has to have some expiration date--it can't just live forever. The manual explains how its computed. - And if the cach

Re: [EMAIL PROTECTED] MSIE 6 blank page and reverse proxy under apache 2.2.4

2007-06-11 Thread Jerry Mersel
Update: I had "SSLEngine on" 3x. When I reduced it to one the multiple attempts at reload stopped but I still got a blank page. > Hi: > > I am trying to set up a reverse proxy that redirects to a mail/calendar > web client. > > It mostly works fine, however I do have a problem with MSIE

RE: [Fwd: Re: [EMAIL PROTECTED] Apache, Windows XP, and mapped drives]

2007-06-11 Thread Jim Owens
I don't know how much this conversation will benefit the group, but I'll post it here as you suggest. I'm using Apache to serve a document library on a company intranet. Some of the files to which my "Online Library" provides links are on a shared resource called \\datastore\development. The m

[EMAIL PROTECTED] MSIE 6 blank page and reverse proxy under apache 2.2.4

2007-06-11 Thread Jerry Mersel
Hi: I am trying to set up a reverse proxy that redirects to a mail/calendar web client. It mostly works fine, however I do have a problem with MSIE 6. When I want to "Launch" the web client (From a javascript routine I think) a popup window is opened and MSIE tries todo upload after upload

Re: [EMAIL PROTECTED] Blocking requests to .directory

2007-06-11 Thread Scott Wilcox
Perfect, thanks Boyle and Tony :) Scott. Boyle Owen wrote: >> -Original Message- >> From: Scott Wilcox [mailto:[EMAIL PROTECTED] >> Sent: Monday, June 11, 2007 12:23 PM >> To: users@httpd.apache.org >> Subject: Re: [EMAIL PROTECTED] Blocking requests to .directory >> >> Ah, ignore me. I'

RE: [EMAIL PROTECTED] Blocking requests to .directory

2007-06-11 Thread Boyle Owen
> -Original Message- > From: Scott Wilcox [mailto:[EMAIL PROTECTED] > Sent: Monday, June 11, 2007 12:23 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Blocking requests to .directory > > Ah, ignore me. I'm being a muppet :| > > I have that working fine, is it possible t

Re: [EMAIL PROTECTED] Blocking requests to .directory

2007-06-11 Thread Tony Stevenson
Scott Wilcox wrote: Ah, ignore me. I'm being a muppet :| I have that working fine, is it possible to change the error message for the denied request to say something else, such as "Denied, please use local tools to access this resource."? errordocument 403 /path/to/your/alternative.404.fil

Re: [EMAIL PROTECTED] Blocking requests to .directory

2007-06-11 Thread Scott Wilcox
Ah, ignore me. I'm being a muppet :| I have that working fine, is it possible to change the error message for the denied request to say something else, such as "Denied, please use local tools to access this resource."? Scott. Scott Wilcox wrote: > hey folks. > > I have a few directories over my

Re: [EMAIL PROTECTED] Frontpage Extensions

2007-06-11 Thread Graeme Fowler
On Mon, 2007-06-11 at 17:53 +1000, Justin Tan wrote: > I'm very new to Apache. I just want to know if there is a resource, or site > that can help me install the Front page extensions to my windows XP Apache > server. Is this possible? No - or at least I don't believe so. FrontPage Server Extens

[EMAIL PROTECTED] Blocking requests to .directory

2007-06-11 Thread Scott Wilcox
hey folks. I have a few directories over my server with the name ".directory" within the path. I'd like to prevent any access to these url's as their only use is within the file system only not for web server use. Is there something I can place within httpd.conf to do this, as I use VirtualHosts

[EMAIL PROTECTED] Frontpage Extensions

2007-06-11 Thread Justin Tan
Hi People, I'm very new to Apache. I just want to know if there is a resource, or site that can help me install the Front page extensions to my windows XP Apache server. Is this possible? Thanks. Justin - The official User-

Re: [EMAIL PROTECTED] How to change SERVER_CONFIG_FILE

2007-06-11 Thread Mark Constable
On Monday 11 June 2007 17:15:39 Boyle Owen wrote: > > > I want to change this from... > > > -D SERVER_CONFIG_FILE="/etc/httpd/conf/httpd.conf" > > > to > > > -D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf" > Why not just do: Thanks for the reply Owen. > ./configure --prefix=/path/to/prefix

RE: [EMAIL PROTECTED] How to change SERVER_CONFIG_FILE

2007-06-11 Thread Boyle Owen
> -Original Message- > From: Mark Constable [mailto:[EMAIL PROTECTED] > Sent: Monday, June 11, 2007 9:02 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] How to change SERVER_CONFIG_FILE > > On Monday 11 June 2007 09:33:04 Mark Constable wrote: > > Where do I change the SE

Re: [EMAIL PROTECTED] How to change SERVER_CONFIG_FILE

2007-06-11 Thread Mark Constable
On Monday 11 June 2007 09:33:04 Mark Constable wrote: > Where do I change the SERVER_CONFIG_FILE setting ? > > I want to change this from... > -D SERVER_CONFIG_FILE="/etc/httpd/conf/httpd.conf" > to > -D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf" I'm still totally stumped on this. Searching