build my own XAMPP (2)

Problems with the Linux version of XAMPP, questions, comments, and anything related.

build my own XAMPP (2)

Postby mimicol » 26. July 2006 18:24

I want to:
a) include some modules in Apache (mod_gzip, ...)
b) include some includes in PHP
c) disable the installation of proFTPD (I prefer Postfix)
How to do it in xampp ?

Thank you, Michel
mimicol
 
Posts: 5
Joined: 22. March 2006 18:23
Location: Paris - FRANCE

Postby mimicol » 26. July 2006 18:43

sorry:
not: c) disable the installation of proFTPD (I prefer Postfix)
but: c) disable the installation of proFTPD (I prefer vsFtpd)
mimicol
 
Posts: 5
Joined: 22. March 2006 18:23
Location: Paris - FRANCE

Postby Wiedmann » 26. July 2006 18:48

a) include some modules in Apache (mod_gzip, ...)

- Install the XAMPP devel package
- download the source for the module
- build the module with apxs (as shared module)
- load the module in "httpd.conf"
- ready

BTW:
IMHO "mod_gzip" is not availible for Apache 2.2.x. Use "mod_deflate" instead.

b) include some includes in PHP

You mean:
Code: Select all
<?php
include 'foo.inc.php';
?>

:?: --> Just use that.

c) disable the installation of proFTPD (I prefer Postfix)

ProFTPd is a ftp server and Postfix is a MTA (mailserver)...

You can't disable the installation of ProFTPd in XAMPP but you can disable the start of ProFTPd.
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 67 guests