RE: [EMAIL PROTECTED] Apache wont start

2005-10-01 Thread Andres Paju
Title: Message



Good morning 
Alessandro
 
Can you send php.ini and 
httpd.conf file?

  
  -Original Message-From: Alessandro Gigli 
  [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 11:37 
  PMTo: users@httpd.apache.orgSubject: [EMAIL PROTECTED] 
  Apache wont start
  Hello there,
  I am new to Apache.  I have installed MySQL, then I have installed 
  Apache, and everything is fine.   Now, I have extracted the files 
  for PHP4 into a directory on C:/.  what I have done next is to copy the 
  php.ini file into the WINDOWS directory.  I have copied the php4ts.dll 
  into the directory System32.  I have made the right adjustments to the 
  Apache conf text file, I have included the following:
   
  LoadModule php4_module c:/php/sapi/php4apache2.dll
   
  and
   
  AddType application/x-httpd-php .php .phtml .html
  Addtype application/x-httpd-php-source .phps 
   
   
   
  but I get the message "The requested operation has failed"
   
  If i disabled the LoadModule statement than I am able to start Apache 
  again.  
  Could you please help me? is there anything I have to change in the 
  php.ini file?
   
  Thank you very much
  Sincerely
  Alessandro
  
  
  Yahoo! 
  Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3
  --No virus found in this incoming message.Checked by 
  AVG Anti-Virus.Version: 7.0.344 / Virus Database: 267.11.9/115 - Release 
  Date: 29.09.05


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.9/116 - Release Date: 30.09.05
 


Re: [EMAIL PROTECTED] Re: starting the daemon from a command prompt

2005-10-01 Thread Joost de Heer
Alessandro Gigli said:
> Dear Joost,
> due to the fact that I am a novice, I still dont understand what you are
> telling me.  Could you please be so kind to explain to me what I need to
> do in a step by step fashion? with possibly easier terms.
> I thank you so much for taking the time to reply my emails.

This is for English Windows version:
- Open Services
- Rightclick on the apache service, and choose properties
- There's a box 'Path to executable', remember this path (or select and copy)
- Open a command prompt, and type in (or paste) this exact command.

Joost


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] virtual directory

2005-10-01 Thread Muhammad Rizwan
Hello

I want to ask about Virtual directories in Apache, i.e. how i can create
Virtual directories in Apache. How i can map and use them in my domain
(i.e. lets say www.domain.com).

Any idea,

Thanks


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Compressing content

2005-10-01 Thread Emmanuel E

I think it works for dynamic content as well.

I have set it to compress proxied content and it works fine. (Apache 2 on 
WinXP)


Warm regards,
Emmanuel

- Original Message - 
From: "Octavian Rasnita" <[EMAIL PROTECTED]>

To: 
Sent: Saturday, October 01, 2005 7:59 PM
Subject: [EMAIL PROTECTED] Compressing content



Hi,

I have read the following in O'Reilly's "Practical mod_perl":

To compress only outgoing static files, you can look at the mod_gzip and
mod_deflate modules for Apache.

Does that mean that those 2 Apache modules cannot be used for compressing
the content created dynamicly?

Thanks.

Teddy



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Compressing content

2005-10-01 Thread Joshua Slive
On 10/1/05, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have read the following in O'Reilly's "Practical mod_perl":
>
> To compress only outgoing static files, you can look at the mod_gzip and
> mod_deflate modules for Apache.
>
> Does that mean that those 2 Apache modules cannot be used for compressing
> the content created dynamicly?

mod_deflate is an output filter that can compress any content sent
from the server, static or dynamic.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Compressing content

2005-10-01 Thread Octavian Rasnita
Hi,

I have read the following in O'Reilly's "Practical mod_perl":

To compress only outgoing static files, you can look at the mod_gzip and
mod_deflate modules for Apache.

Does that mean that those 2 Apache modules cannot be used for compressing
the content created dynamicly?

Thanks.

Teddy



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]