Page 1 of 1

Configuration to Reflect a UNIX Box

PostPosted: 21. December 2006 08:28
by James Linguard
Hello, I want my configuration to reflect a UNIX system using:

Perl: /usr/local/bin/perl
HTTP: /usr/www/users/MySite/
Semdmail: /usr/sbin/sendmail ...etc.

also..
Is there any requirement for the XAMPP directory to be called that...

and if not, do I need to change "setup_xampp.bat" to reflect the new directory... or anything else. This is an important time/error saving consideration.

@ECHO OFF

if "%1" == "sfx" (
cd xampp
)

change to:

@ECHO OFF

if "%1" == "sfx" (
cd new_directory
)

[same with service.exe]... are there any others?

... Thanks