Re: [EMAIL PROTECTED] Configuration Problems

2008-09-19 Thread Xpert Advice
Yeah it worked!! du name was just too long! thank you guys!  Tianja Samuel-George President - Original Message From: "William A. Rowe, Jr." <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Friday, September 19, 2008 9:47:48 PM Subject: Re: [EMAIL PROTECTED] Configuration Prob

[EMAIL PROTECTED] What is the Difference between A webserver(apache) and an application server?

2008-09-19 Thread Varuna Seneviratna
What is the Difference between A webserver(apache) and an application server? Varuna

Re: [EMAIL PROTECTED] Configuration Problems

2008-09-19 Thread William A. Rowe, Jr.
André Warnier wrote: Not knowing Vista, I have not much to contribute, the bit of information you are missing is file permissions and UAC (User Access Control). Clearly a file permission problem, because it didn't silently accept their change as a private copy that the system would ignore.

Re: [EMAIL PROTECTED] Configuration Problems

2008-09-19 Thread André Warnier
Xpert Advice wrote: [...] Hi. Not knowing Vista, I have not much to contribute, but a little bit of advice : Re : C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf If you are really at the beginning, and if this is not forbidden in Vista, I would suggest to de-install you

[EMAIL PROTECTED] Configuration Problems

2008-09-19 Thread Xpert Advice
Hello, I recently downloaded this version of Apache:  Win32 Binary without crypto (no mod_ssl) (MSI Installer): apache_2.2.9-win32-x86-no_ssl-r2.msi[PGP] [MD5] I am currently using windows vista and im trying to add the following 2 php lines to the configuration ( in notepad ) because they did

[EMAIL PROTECTED] reverse proxy with LDAP authentication

2008-09-19 Thread Andrew Struiksma
We are trying to setup a company intranet server (apache 2.2.3-4+etch5) so that it is available outside our LAN. However, we want users to be prompted for a username and password when they are coming from the outside. We want the authentication to use our AD LDAP server. We have this configurati

Re: [EMAIL PROTECTED] Apache Control : Starting and Stopping Apache from foreign application

2008-09-19 Thread Asif M
Hi , I am not running apache as a service. I am running it from another application in a sort of way similar to launching apache from the command line Regards, asif On Fri, Sep 19, 2008 at 2:13 PM, Foo JH <[EMAIL PROTECTED]> wrote: > If all you wand to do is start and stop the Apache service, w

Re: [EMAIL PROTECTED] Re: close to success with RewriteRule

2008-09-19 Thread Yusuf Koer
André Warnier wrote: Alain Roger wrote: [...] so if i understood well, apache understands as comment only and only if the line starts by "#" character at position 1. Not exactly, but something like that : - a line where the first non-blank character is a "#" will always be seen as a comment.

Re: [EMAIL PROTECTED] Apache Control : Starting and Stopping Apache from foreign application

2008-09-19 Thread Foo JH
If all you wand to do is start and stop the Apache service, why don't you simply do the following on the command line: net start Apache2 net stop Apache2 Asif M wrote: Hi all, I have the following problem :- I wrote a Apache Control Program in Visual Studio 2003, which does the following 1>.