Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Olivia Hardy
Thought I'd let you know that I found a way to get my php working. I'm using WAMP5. I can now see all the errors that I'm making, which are many. lol Anyway, thank you for all your assistance. Livi Let's Help Terminally Ill Children Smile. www.pa

[EMAIL PROTECTED] mod_cache and conditional disabling

2005-08-24 Thread Steve McInerney
Hi, As part of implementing a short term performance improvement, we're looking at using a caching reverse proxy. In essence we need to be able to disable mod_cache on a reverse proxy configuration for certain classes of users only. Users are able to be identified via Cookie and hence we can ge

[EMAIL PROTECTED] Problem with Apache 2

2005-08-24 Thread steve
I have two problems with one setup of Apache2. One server is OK, the other is not, and they have the same configuration. Problem #1: The errorlog has some weird stuff in it: # more /usr/local/apache2/logs/error_log [Wed Aug 24 20:42:58 2005] [notice] FastCGI: process manager initialized (pid 2181

Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Olivia Hardy
I have a hp using xp. lol I'm going to try something real quick and see what happens. If it works, I'll let you know. Livi Let's Help Terminally Ill Children Smile. www.pagesforchildren.com Staying Healthy the Natural Way www.naturalyhealthy.com

Re: [EMAIL PROTECTED] Missing supporting programs for HTTP server 2.0.54 on Windows

2005-08-24 Thread Joshua Slive
On 8/24/05, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > André Malo wrote: > > * William A. Rowe, Jr. wrote: > > > > > >>>log_server_status > >> > >> unfamiliar - I'll research next week > >> > >> > >>>split-logfile > >> > >> unfamiliar - I'll research next week - I'm guessing it's a wrapp

Re: [EMAIL PROTECTED] Content Negotiation/Type-Map Question

2005-08-24 Thread Joshua Slive
On 8/24/05, Christopher Parker <[EMAIL PROTECTED]> wrote: > I'd like to know if there's a way to make type-maps and the MultiViews > option work side-by-side. I'd like to utilize both within the same > directory. Right now, the only way I can access a resource via > type-map is by specifying the .v

Re: [EMAIL PROTECTED] Trouble with regexp on , using Apache 1.3.33

2005-08-24 Thread Joshua Slive
On 8/24/05, Martijn <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I've been trying to solve this for the last 2 days, but somehow I'm unable > to see the logic here. Hope anyone can help me explain what's going on: > > I've got a few directories, lets say they're named A, B, C and D. > Two of

[EMAIL PROTECTED] Content Negotiation/Type-Map Question

2005-08-24 Thread Christopher Parker
Hello all, I've recently joined [EMAIL PROTECTED] because I've had a problem figuring out how to use type-maps recently, and nobody I've come across yet has been able to help. I'd like to know if there's a way to make type-maps and the MultiViews option work side-by-side. I'd like to utilize both

Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Nick Jones
--- Nick Jones <[EMAIL PROTECTED]> wrote: > > > --- Olivia Hardy <[EMAIL PROTECTED]> wrote: > > > Nick, you're correct. I don't have the php.ini > > file. Thanks. I'll see if > > I can locate it. > > You can simply copy it. If you did a default > phpTriad > install, it's in c:\apache\php.

Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Nick Jones
--- Olivia Hardy <[EMAIL PROTECTED]> wrote: > Nick, you're correct. I don't have the php.ini > file. Thanks. I'll see if > I can locate it. You can simply copy it. If you did a default phpTriad install, it's in c:\apache\php. Just copy the php.ini in that directory to c:\windows, or if this

Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Olivia Hardy
Nick, you're correct. I don't have the php.ini file. Thanks. I'll see if I can locate it. Livi Let's Help Terminally Ill Children Smile. www.pagesforchildren.com Staying Healthy the Natural Way www.naturalyhealthy.com - Original Message

Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Mads Rosendahl
Hi again Olivia, By default the line says:error_reporting =E_ALL & ~E_NOTICE (all errors but NOT notices) Did you remove " & ~E_NOTICE" and restarted apache? If you have php-code and nothing is returned, this is the most common reason. An error that prevents anything from being written

Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Nick Jones
--- Olivia Hardy <[EMAIL PROTECTED]> wrote: > I'm getting the http://localhost/ I just can't get > my php part of my files > to show. It will show the html part of the file but > that's all. > > Livi This definitely sounds like an apache configuration issue. I downloaded PHP Triad since my la

Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Olivia Hardy
I want to thank you, but that wasn't it. The line you asked about is in there. I'll just check something else and see what I can do. Thank you very much for your time on this matter. It is really appreciated. Livi Let's Help Terminally Ill Child

Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Mads Rosendahl
If php module is not installed, then the code will display amongst the html because it won't be parsed. So you should see the code in plain text on the page if php doesn't work. If you get nothing at all, then maybe there are errors in the script and PHP-error-reporting-level prevents you from

Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Olivia Hardy
I'm getting the http://localhost/ I just can't get my php part of my files to show. It will show the html part of the file but that's all. Livi Let's Help Terminally Ill Children Smile. www.pagesforchildren.com Staying Healthy the Natural Way www.

Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Mads Rosendahl
I guess I misunderstood the "show the php code" part and took it litterally. Never mind my previous reply! Nick Jones wrote: --- Olivia Hardy <[EMAIL PROTECTED]> wrote: I have checked everywhere I can think of to solve this problem on my own and have yet to find an answer that works. So

Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Mads Rosendahl
Hi Livi, I am a bit confused, because the server is not supposed to show the code for matters of security. PHP is parsed and the output is returned to the client. And if the code is on localhost (your pc?), can't you just locate the folder in the filesystem? We need more info :) Kind regards

Re: [EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Nick Jones
--- Olivia Hardy <[EMAIL PROTECTED]> wrote: > I have checked everywhere I can think of to solve > this problem on my own and > have yet to find an answer that works. So now I > turn to you. I'm using > Dreamweaver to create PHP files for a new site I > want to do. My server is > Apache with p

[EMAIL PROTECTED] Can't view PHP in localhost, please help!

2005-08-24 Thread Olivia Hardy
I have checked everywhere I can think of to solve this problem on my own and have yet to find an answer that works. So now I turn to you. I'm using Dreamweaver to create PHP files for a new site I want to do. My server is Apache with phptriad. My problem is I can't get it to show the php code.

Re: [EMAIL PROTECTED] Authentication against Windows domain for Apache on Linux

2005-08-24 Thread Sascha Kersken
Hi, unfortunately, you didn't write what version of Windows Server you are using. If you are running Windows 2000 Server or Windows Server 2003 as an Active Directory domain controller, mod_auth_ldap works just fine. Regards Sascha - Original Message - From: "Tom DSilva" <[EMAIL PROTECT

Re: [EMAIL PROTECTED] Trouble with regexp on , using Apache 1.3.33

2005-08-24 Thread Martijn
Hello Spike, thanks for your post. That probably is a good approach, I could even symlink the second .htaccess to make sure both files are consistent. Trouble is (and I forgot mention this in my first post, sorry about that), that I plan to use the same method (a regexp) for a few directive

[EMAIL PROTECTED] Problem Getting mod_ssl Running on RHEL3

2005-08-24 Thread Hunter Hillegas
Hi. I am trying to get 2.0.54 running on RHEL3/x86. I am running configure as follows: ./configure --enable-so --enable-shared=max --enable-proxy --enable-ssl Configure runs fine. I run into trouble when I try to make: /usr/bin/ld: warning: libcomm_err.so.3, needed by /usr/lib64/libssl.so, may

Re: [EMAIL PROTECTED] Trouble with regexp on , using Apache 1.3.33

2005-08-24 Thread Spike Burkhardt
Martijn, Maybe I'm missing something, but in this case wouldn't using .htaccess be a good approach? spike Martijn wrote: Hello everyone, I've been trying to solve this for the last 2 days, but somehow I'm unable to see the logic here. Hope anyone can help me explain what's going on: I

[EMAIL PROTECTED] Trouble with regexp on , using Apache 1.3.33

2005-08-24 Thread Martijn
Hello everyone, I've been trying to solve this for the last 2 days, but somehow I'm unable to see the logic here. Hope anyone can help me explain what's going on: I've got a few directories, lets say they're named A, B, C and D. Two of these (A and B) need to be restricted. I figured that thi

[EMAIL PROTECTED] Greetings from a new list member.

2005-08-24 Thread Jay Allen
Folks, I've just joined the list, and wanted to send a quick note to introduce myself. My name is Jay Allen, and I'm a professional technologist, working for West Virginia University in the Web Services department. Currently I am administering a handful of web servers (windows, apache, php, CF,

Re: [EMAIL PROTECTED] Missing supporting programs for HTTP server 2.0.54 on Windows

2005-08-24 Thread William A. Rowe, Jr.
André Malo wrote: * William A. Rowe, Jr. wrote: log_server_status unfamiliar - I'll research next week split-logfile unfamiliar - I'll research next week - I'm guessing it's a wrapper around rotatelogs binary? Heh ;) http://httpd.apache.org/docs/2.0/programs/other.html Ahhh!!

[EMAIL PROTECTED] Problems with Apache2 Rewrite after upgrade

2005-08-24 Thread KEVIN ZEMBOWER
I have a rewrite directive in my conf file like this: RewriteEngine on RewriteLog /var/www/popline/logs/rewrite.log RewriteLogLevel 2 RewriteRule ^/docs$ /docs/index.html RewriteRule ^/docs/$ /docs/index.html RewriteRule ^/docs/index.* - [L] #If this

Re: [EMAIL PROTECTED] Missing supporting programs for HTTP server 2.0.54 on Windows

2005-08-24 Thread André Malo
* William A. Rowe, Jr. wrote: > > log_server_status > >unfamiliar - I'll research next week > > > split-logfile > >unfamiliar - I'll research next week - I'm guessing it's a wrapper >around rotatelogs binary? Heh ;) http://httpd.apache.org/docs/2.0/programs/other.html nd -- > [...]

RE: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-24 Thread Harald Falkenberg
Hallo Matthew, in the /etc/system I set: set rlim_fd_max = 8192 * set soft limit on file descriptors set rlim_fd_cur = 4096 ulimit -a as root shows: time(seconds) unlimited file(blocks) unlimited data(kbytes) unlimited stack(kbytes) 8192 coredump(blocks) unlimited nofiles(descriptors) 1024 memor

[EMAIL PROTECTED] Symbolic links under Apache 2.0.54

2005-08-24 Thread Forrest Aldrich
I recently ran into this problem: http://issues.apache.org/bugzilla/show_bug.cgi?id=28515 The bug report is from 2004... but it still appears to exist. To test this, I did:     Options FollowSymlinks Indexes     AllowOverride AuthConfig In /usr/local/www/data: ln -s /path/to/files .

[EMAIL PROTECTED] Apache/Tomcat CSS Hostname Rewrite Issue

2005-08-24 Thread Simon Taylor
We are using Apache with Tomcat and we are experiencing a difficulty with URL's within the served HTML page sometimes being correctly  rewritten and sometimes not throughout the file.   Our users access our webserver through another server that just fwd's the requests on. In most instances

Re: [EMAIL PROTECTED] Missing supporting programs for HTTP server 2.0.54 on Windows

2005-08-24 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: I have no problem with installation, running the server as a service and connecting to it, BUT I don't find the following supporting programs installed, as listed at http://httpd.apache.org/docs/2.0/programs/. The rest of the programs are installed under /bin. apachectl

[EMAIL PROTECTED] Missing supporting programs for HTTP server 2.0.54 on Windows

2005-08-24 Thread Prakash . Sajja
Hello, I am very new to Apache HTTP server. I have installed the latest release 2.0.54 on my Windows XP Professional desktop to learn to use it for an upcoming web/database application project. According to the installtion instructions on Windows XP, I have service pack 2 installed and I have disab

RE: [EMAIL PROTECTED] What is the hierarchy/precedence of 2.0 directives? (Redirect problem)

2005-08-24 Thread Axel-Stéphane SMORGRAV
Be careful when you use a mix of conflicting ProxyPass and RewriteRule .* foo [P]. ProxyPass takes precedence on the RewriteRule. From the little I understood of your problem, it can be solved with a couple of ProxyPass - no need for any RewriteRule. KISIYC - Keep It Simple If You Can ! -ascs

RE: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-24 Thread Matthew McHugh
Harald, Have you upped the FD limit via modifying /etc/system with the correct parameters? What happens when you do a ulimit -a as root? What's the output? Matt -Original Message- From: Harald Falkenberg [mailto:[EMAIL PROTECTED] Sent: Sunday, August 21, 2005 4:38 AM To: users@httpd.

RE: [EMAIL PROTECTED] What is the hierarchy/precedence of 2.0 directives? (Redirect problem)

2005-08-24 Thread S.A. Birl
On Aug 24, Axel-St?phane SMORGRAV ([EMAIL PROTECTED]: Axel: What do you mean by "URI stays as http://www.temple.edu/mmc/ and not as /sct/mmc/" ?? Do you mean what appears in the address bar is not /sct/mmc? Why would that change? You do not do any redirect! Axel: Axel: Furthermore, because o

RE: [EMAIL PROTECTED] What is the hierarchy/precedence of 2.0 directives? (Redirect problem)

2005-08-24 Thread Axel-Stéphane SMORGRAV
BTW: I had a look at your site. Works great! After looking at the site, I maybe understood a little better what you are after... Could it be: Redirect /mmc /sct/mmc ProxyPass /sct/ http://SERVER.temple.edu/sct/ ProxyPassReverse /sct/ http://SERVER.temple.edu/sct/ is what you want?? -ascs -

RE: [EMAIL PROTECTED] What is the hierarchy/precedence of 2.0 directives? (Redirect problem)

2005-08-24 Thread Axel-Stéphane SMORGRAV
What do you mean by "URI stays as http://www.temple.edu/mmc/ and not as /sct/mmc/" ?? Do you mean what appears in the address bar is not /sct/mmc? Why would that change? You do not do any redirect! Furthermore, because of the ProxyPassReverse, any /sct/mmc/ in Location headers in redirects wil

[EMAIL PROTECTED] Authentication against Windows domain for Apache on Linux

2005-08-24 Thread Tom DSilva
Hello all, We have a Windows file server with some shared folders. We have a web server running Apache on Suse. We want to give access to the shared folders via the web server only to the valid Windows users. We can not use the normal authenication techniques commonly used in Apache like basic, au

Re: [EMAIL PROTECTED] Reverse proxy

2005-08-24 Thread Neil A. Hillard
Isha, isha b wrote: Thanks , Neil Here in apache we use set instead of add in Front-En-Https, RequestHeader set Front-End-Https "On" but that doesn't solved the problem. Can you see this header being sent in the request to your backend web server. Is it Outlook Web Access that you're

Re: [EMAIL PROTECTED] Reverse proxy

2005-08-24 Thread isha b
Thanks , Neil Here in apache we use set instead of add in Front-En-Https, RequestHeader set Front-End-Https "On" but that doesn't solved the problem. http://www.apacheweek.com/features/reverseproxies is having good info abd mod_proxy_html is almost near to solve this problem but again they

Re: [EMAIL PROTECTED] Which file gets served when the URL does not include a mime type extension.

2005-08-24 Thread oxfordmusic.net
thanks for the reply, the reason I ask is because I'm getting a default behaviour that I cannot find documentation of. i.e. if I sent up a server with these two files in a directory it is always serving the XML file over the HTML file. e.g http://localhost/test/file will return file.xml not f

Re: [EMAIL PROTECTED] Which file gets served when the URL does not include a mime type extension.

2005-08-24 Thread David Holden
Hi Tony, thanks for the reply, the reason I ask is because I'm getting a default behaviour that I cannot find documentation of. i.e. if I sent up a server with these two files in a directory it is always serving the XML file over the HTML file. e.g http://localhost/test/file will return file.

[EMAIL PROTECTED] Re: mod_proxy with regexps

2005-08-24 Thread Brian Candler
On Tue, Aug 23, 2005 at 10:11:20AM -0700, Andrew Musselman wrote: > Hi, I am trying to set up a proxy to allow access to other devices on > the network. > > These lines work great: > ProxyPass /xyz.mn.op.st/ http://xyz.mn.op.st/ > ProxyPassReverse /xyz.mn.op.st/ http://xyz.mn.op.st/ > > I can a

Re: [EMAIL PROTECTED] Which file gets served when the URL does not include a mime type extension.

2005-08-24 Thread Tony VanScoy
> If I have a directory "test" with two files in "file.xml" and > "file.html" can anyone tell me which should get served if I address it > from a browser using > > "http://localhost/test/file"; > > i.e. without specifying the suffix. > > also is this behaviour configurable? > > thanks, > >

Re: [EMAIL PROTECTED] Reverse proxy

2005-08-24 Thread Neil A. Hillard
Nick Kew wrote: isha b wrote: My exchnage server works fine while querying thro internet , but when I query webserver as , https://reverseproxy.com/webserver it translate as http://reverseproxy.com/webservr/init.asp?. with result " page could not found " That'll be because your ex

[EMAIL PROTECTED] Which file gets served when the URL does not include a mime type extension.

2005-08-24 Thread David Holden
Hello, If I have a directory "test" with two files in "file.xml" and "file.html" can anyone tell me which should get served if I address it from a browser using "http://localhost/test/file"; i.e. without specifying the suffix. also is this behaviour configurable? thanks, Dave. --

Re: [EMAIL PROTECTED] Reverse proxy

2005-08-24 Thread Nick Kew
isha b wrote: My exchnage server works fine while querying thro internet , but when I query webserver as , https://reverseproxy.com/webserver it translate as http://reverseproxy.com/webservr/init.asp?. with result " page could not found " That'll be because your exchnage server (wha

[EMAIL PROTECTED] Re: Caching with Squid

2005-08-24 Thread Joost de Heer
[EMAIL PROTECTED] said: > Hi, > > I am trying to set up Squid as a web cache for a number of Apache Web > servers. Each Apache server stands in front of an application server > (Jboss). Based on the URL pattern Apache need to send request to Squid for > caching. If Squid cannot find the resource in

[EMAIL PROTECTED] Re: can't start multiple apache instances

2005-08-24 Thread Joost de Heer
> What is preventing the second instance from > starting? Any help would be greatly appreciated. What does the errorlog say? Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.ap

RE: [EMAIL PROTECTED] [SPAM] RE: [EMAIL PROTECTED] mod_auth_ldap

2005-08-24 Thread pamela.kalle
Hi, I'm glad for you. On a later stadium I wan't to try to work with websites over SSL as well but that's for later ;-). I was already putting the line LoadModule ldap_auth_module modules/mod_auth_ldap.so in my httpd.conf file (it was not already put in with comments). But when I looked at yo