Re: Apache 2 deinstallieren

2006-11-05 Thread Christian Pubanz (GMX)
Am Samstag, 4. November 2006 19:14 schrieb Rainer Sokoll:
 Wenn Du einfach nur ein tar.gz ausgepackt hast, löschst Du einfach das
 Verzeichnis, wohin Du das Archiv ausgepackt hast.

Nee ich habs mit dem dreisatz 
./configure
make
make install

richtig installiert.

Reicht es da auch, einfach das Verzeichnis zu löschen?

Grüße Christian 

--
Apache HTTP Server Mailing List users-de
  unsubscribe-Anfragen an [EMAIL PROTECTED]
   sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2 deinstallieren

2006-11-05 Thread Sascha Kersken

Hallo,

bei einfachem ./configure ohne nähere Angaben wird alles unter 
/usr/local/apache2 installiert. Insofern genügt es tatsächlich, genau dieses 
Verzeichnis zu löschen:


# rm -rf /usr/local/apache2

Bei anderen Installationslayouts wird es dagegen komplizierter, weil die 
einzelnen Dateien im Verzeichnisbaum verteilt werden.



Schöne Grüße
Sascha

- Original Message - 
From: Christian Pubanz (GMX) [EMAIL PROTECTED]

To: users-de@httpd.apache.org
Sent: Sunday, November 05, 2006 2:47 PM
Subject: Re: Apache 2 deinstallieren


Am Samstag, 4. November 2006 19:14 schrieb Rainer Sokoll:

Wenn Du einfach nur ein tar.gz ausgepackt hast, löschst Du einfach das
Verzeichnis, wohin Du das Archiv ausgepackt hast.


Nee ich habs mit dem dreisatz
./configure
make
make install

richtig installiert.

Reicht es da auch, einfach das Verzeichnis zu löschen?

Grüße Christian

--
   Apache HTTP Server Mailing List users-de
 unsubscribe-Anfragen an [EMAIL PROTECTED]
  sonstige Anfragen an [EMAIL PROTECTED]
--


--
   Apache HTTP Server Mailing List users-de 
 unsubscribe-Anfragen an [EMAIL PROTECTED]

  sonstige Anfragen an [EMAIL PROTECTED]
--



Apache 2.2 und php4

2006-11-05 Thread Vladislav Vorobiev

Hallo,

ich habe schon mehrmals apache und php eingerichtet allerdings
verstehe ich zur Zeit nicht warum es nicht interpretiert wird.

hier ein Bsp: http://forum2.mymir.de/

(in diesem verzeichniss ist auch die php.ini zusaetzlich
http://forum2.mymir.de/php.ini)

Ich habe nach der Anleitung agiert http://dan.drydog.com/apache2php.html

bin/httpd -l
Compiled in modules:
 core.c
 mod_authn_file.c
 mod_authn_default.c
 mod_authz_host.c
 mod_authz_groupfile.c
 mod_authz_user.c
 mod_authz_default.c
 mod_auth_basic.c
 mod_file_cache.c
 mod_cache.c
 mod_disk_cache.c
 mod_include.c
 mod_filter.c
 mod_log_config.c
 mod_env.c
 mod_expires.c
 mod_headers.c
 mod_setenvif.c
 mod_proxy.c
 mod_proxy_connect.c
 mod_proxy_ftp.c
 mod_proxy_http.c
 mod_proxy_ajp.c
 mod_proxy_balancer.c
 mod_ssl.c
 worker.c
 http_core.c
 mod_mime.c
 mod_status.c
 mod_autoindex.c
 mod_asis.c
 mod_cgid.c
 mod_vhost_alias.c
 mod_negotiation.c
 mod_dir.c
 mod_actions.c
 mod_userdir.c
 mod_alias.c
 mod_rewrite.c
 mod_so.c

Loaded Modules:
core_module (static)
authn_file_module (static)
authn_default_module (static)
authz_host_module (static)
authz_groupfile_module (static)
authz_user_module (static)
authz_default_module (static)
auth_basic_module (static)
file_cache_module (static)
cache_module (static)
disk_cache_module (static)
include_module (static)
filter_module (static)
log_config_module (static)
env_module (static)
expires_module (static)
headers_module (static)
setenvif_module (static)
proxy_module (static)
proxy_connect_module (static)
proxy_ftp_module (static)
proxy_http_module (static)
proxy_ajp_module (static)
proxy_balancer_module (static)
ssl_module (static)
mpm_worker_module (static)
http_module (static)
mime_module (static)
status_module (static)
autoindex_module (static)
asis_module (static)
cgid_module (static)
vhost_alias_module (static)
negotiation_module (static)
dir_module (static)
actions_module (static)
userdir_module (static)
alias_module (static)
rewrite_module (static)
so_module (static)
php4_module (shared)
Syntax OK


Danke und Grüß
Vlad


--
Best Regards
Vlad Vorobiev
http://www.mymir.org

--
   Apache HTTP Server Mailing List users-de
 unsubscribe-Anfragen an [EMAIL PROTECTED]
  sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 und php4

2006-11-05 Thread Joerg Behrens

Vladislav Vorobiev schrieb:

Hallo,

ich habe schon mehrmals apache und php eingerichtet allerdings
verstehe ich zur Zeit nicht warum es nicht interpretiert wird.


Also bei Apache 1.x und 2.0.x muss mach auch noch die AddTypes angeben.

Gruss
Joerg

--
TakeNet GmbHhttp://www.takenet.de
97080 Wuerzburg Tel: +49 931 903-2243
Alfred-Nobel-Straße 20  Fax: +49 931 903-3025

--
   Apache HTTP Server Mailing List users-de 
 unsubscribe-Anfragen an [EMAIL PROTECTED]

  sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 und php4

2006-11-05 Thread Vladislav Vorobiev

Am 05.11.06 schrieb Joerg Behrens [EMAIL PROTECTED]:

Vladislav Vorobiev schrieb:
 Hallo,

 ich habe schon mehrmals apache und php eingerichtet allerdings
 verstehe ich zur Zeit nicht warum es nicht interpretiert wird.

Also bei Apache 1.x und 2.0.x muss mach auch noch die AddTypes angeben.



Das habe ich auch:

IfModule mod_php4.c
 AddHandler php4-script php
 AddType application/x-httpd-php .php .phtml .php3
 AddType application/x-httpd-php-source .phps
/IfModule

--
   Apache HTTP Server Mailing List users-de 
 unsubscribe-Anfragen an [EMAIL PROTECTED]

  sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 und php4

2006-11-05 Thread Joerg Behrens

Vladislav Vorobiev schrieb:

Am 05.11.06 schrieb Joerg Behrens [EMAIL PROTECTED]:

Vladislav Vorobiev schrieb:
 Hallo,

 ich habe schon mehrmals apache und php eingerichtet allerdings
 verstehe ich zur Zeit nicht warum es nicht interpretiert wird.

Also bei Apache 1.x und 2.0.x muss mach auch noch die AddTypes angeben.



Das habe ich auch:

IfModule mod_php4.c
 AddHandler php4-script php
 AddType application/x-httpd-php .php .phtml .php3
 AddType application/x-httpd-php-source .phps
/IfModule



Entferne mal bitte den AddHandler und Teste dann noch einmal.

Auszug aus meiner *.conf

Ifmodule mod_php5.c
AddType application/x-httpd-php .php .php3 .php4 .php5
AddType application/x-httpd-php-source .phps
/IfModule

Ifmodule mod_php4.c
AddType application/x-httpd-php .php .php3 .php4
AddType application/x-httpd-php-source .phps
/IfModule

Wobei ich das PHP5 Modul verwende.

Gruss
Joerg

--
TakeNet GmbHhttp://www.takenet.de
97080 Wuerzburg Tel: +49 931 903-2243
Alfred-Nobel-Straße 20  Fax: +49 931 903-3025

--
   Apache HTTP Server Mailing List users-de 
 unsubscribe-Anfragen an [EMAIL PROTECTED]

  sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 und php4

2006-11-05 Thread Rainer Sokoll
Joerg Behrens wrote:
 Vladislav Vorobiev schrieb:

 Das habe ich auch:

 IfModule mod_php4.c
  AddHandler php4-script php
  AddType application/x-httpd-php .php .phtml .php3
  AddType application/x-httpd-php-source .phps
 /IfModule
 
 
 Entferne mal bitte den AddHandler und Teste dann noch einmal.
 
 Auszug aus meiner *.conf
 
 Ifmodule mod_php5.c
 AddType application/x-httpd-php .php .php3 .php4 .php5
 AddType application/x-httpd-php-source .phps
 /IfModule
 
 Ifmodule mod_php4.c
 AddType application/x-httpd-php .php .php3 .php4
 AddType application/x-httpd-php-source .phps
 /IfModule
 
 Wobei ich das PHP5 Modul verwende.

Das ganze IfModule-Geraffel ist doch völlig überflüssig...

Rainer

--
Apache HTTP Server Mailing List users-de 
  unsubscribe-Anfragen an [EMAIL PROTECTED]
   sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 und php4

2006-11-05 Thread Vladislav Vorobiev

Am 05.11.06 schrieb Rainer Sokoll [EMAIL PROTECTED]:

Joerg Behrens wrote:
 Vladislav Vorobiev schrieb:

 Das habe ich auch:

 IfModule mod_php4.c
  AddHandler php4-script php
  AddType application/x-httpd-php .php .phtml .php3
  AddType application/x-httpd-php-source .phps
 /IfModule


 Entferne mal bitte den AddHandler und Teste dann noch einmal.

 Auszug aus meiner *.conf

 Ifmodule mod_php5.c
 AddType application/x-httpd-php .php .php3 .php4 .php5
 AddType application/x-httpd-php-source .phps
 /IfModule

 Ifmodule mod_php4.c
 AddType application/x-httpd-php .php .php3 .php4
 AddType application/x-httpd-php-source .phps
 /IfModule

 Wobei ich das PHP5 Modul verwende.

Das ganze IfModule-Geraffel ist doch völlig überflüssig...

Rainer


Ok ich habe das if weg gemacht. Jetzt will er runterladen.
Interpretieren möchte der trotzdem nicht

lock hier http://forum.mymir.de/

jemand eine Idei?

Grüß
Vlad

--
   Apache HTTP Server Mailing List users-de
 unsubscribe-Anfragen an [EMAIL PROTECTED]
  sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 und php4

2006-11-05 Thread Joerg Behrens

Vladislav Vorobiev schrieb:
[..]

 Ifmodule mod_php4.c
 AddType application/x-httpd-php .php .php3 .php4
 AddType application/x-httpd-php-source .phps
 /IfModule

 Wobei ich das PHP5 Modul verwende.

Das ganze IfModule-Geraffel ist doch völlig überflüssig...

Rainer


Ok ich habe das if weg gemacht. Jetzt will er runterladen.
Interpretieren möchte der trotzdem nicht


Mach mal nur eine Endung hinten dran.
AddType application/x-httpd-php .php

Gruss
Joerg

--
TakeNet GmbHhttp://www.takenet.de
97080 Wuerzburg Tel: +49 931 903-2243
Alfred-Nobel-Straße 20  Fax: +49 931 903-3025

--
   Apache HTTP Server Mailing List users-de 
 unsubscribe-Anfragen an [EMAIL PROTECTED]

  sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 und php4

2006-11-05 Thread Vladislav Vorobiev

Am 06.11.06 schrieb Joerg Behrens [EMAIL PROTECTED]:

Vladislav Vorobiev schrieb:
[..]
  Ifmodule mod_php4.c
  AddType application/x-httpd-php .php .php3 .php4
  AddType application/x-httpd-php-source .phps
  /IfModule
 
  Wobei ich das PHP5 Modul verwende.

 Das ganze IfModule-Geraffel ist doch völlig überflüssig...

 Rainer

 Ok ich habe das if weg gemacht. Jetzt will er runterladen.
 Interpretieren möchte der trotzdem nicht

Mach mal nur eine Endung hinten dran.
AddType application/x-httpd-php .php


Hallo Joerg,

sieht so aus:

 AddHandler php4-script php
 AddType application/x-httpd-php .php .phtml .php3 .php4
 AddType application/x-httpd-php-source .phps

--
   Apache HTTP Server Mailing List users-de
 unsubscribe-Anfragen an [EMAIL PROTECTED]
  sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 und php4

2006-11-05 Thread Joerg Behrens

Vladislav Vorobiev schrieb:


sieht so aus:

 AddHandler php4-script php

   ^^
Loesch das bitte einmal


 AddType application/x-httpd-php .php .phtml .php3 .php4
 AddType application/x-httpd-php-source .phps


Gruss
Joerg

--
TakeNet GmbHhttp://www.takenet.de
97080 Wuerzburg Tel: +49 931 903-2243
Alfred-Nobel-Straße 20  Fax: +49 931 903-3025

--
   Apache HTTP Server Mailing List users-de 
 unsubscribe-Anfragen an [EMAIL PROTECTED]

  sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 und php4

2006-11-05 Thread Joerg Behrens

Vladislav Vorobiev schrieb:

Am 06.11.06 schrieb Joerg Behrens [EMAIL PROTECTED]:

Vladislav Vorobiev schrieb:

 sieht so aus:

  AddHandler php4-script php
^^
Loesch das bitte einmal

  AddType application/x-httpd-php .php .phtml .php3 .php4
  AddType application/x-httpd-php-source .phps



Hilft nicht, das gleiche http://forum.mymir.de/docs/#install
http://forum.mymir.de/


Und nun noch den AddType mit nur *einer* Extension
AddType application/x-httpd-php .php

Gruss
Joerg

--
TakeNet GmbHhttp://www.takenet.de
97080 Wuerzburg Tel: +49 931 903-2243
Alfred-Nobel-Straße 20  Fax: +49 931 903-3025

--
   Apache HTTP Server Mailing List users-de 
 unsubscribe-Anfragen an [EMAIL PROTECTED]

  sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 und php4

2006-11-05 Thread Vladislav Vorobiev

Am 06.11.06 schrieb Joerg Behrens [EMAIL PROTECTED]:

Vladislav Vorobiev schrieb:
 Am 06.11.06 schrieb Joerg Behrens [EMAIL PROTECTED]:
 Vladislav Vorobiev schrieb:

  sieht so aus:
 
   AddHandler php4-script php
 ^^
 Loesch das bitte einmal

   AddType application/x-httpd-php .php .phtml .php3 .php4
   AddType application/x-httpd-php-source .phps


 Hilft nicht, das gleiche http://forum.mymir.de/docs/#install
 http://forum.mymir.de/

Und nun noch den AddType mit nur *einer* Extension
AddType application/x-httpd-php .php


Nein hilft leider auch nicht

--
   Apache HTTP Server Mailing List users-de 
 unsubscribe-Anfragen an [EMAIL PROTECTED]

  sonstige Anfragen an [EMAIL PROTECTED]
--



[EMAIL PROTECTED] garbage collection mechanism with mod proxy

2006-11-05 Thread Hasson Yehudit
Title: garbage collection mechanism with mod proxy






Hi, 

I am working with apache 1.3.27 with mod proxy.

I checked the garbage collection mechanism with the following configuration:

 CacheRoot /var/cti/db/apache

 CacheSize 10 

 CacheGcInterval 0.2 

 CacheMaxExpire 1 

 CacheLastModifiedFactor 0.1 

 CacheDefaultExpire 1  

#

I did the following tests:

On time 0 : sent a request to file 1 (4kb) - the file was stored in the cache

On time 8 : sent a request to file 2 (4kb) - the file was stored in the cache

On time 9 : sent a request to file 3 (4kb) - the file was stored in the cache

On time 13 : sent a request to file 4 (4kb) - the entire files were removed from cache, and file 4 was not stored

On time 14 : sent a request to file 4 (4kb) - the file was stored in the cache (the process repeated itself)

This process seems wrong to me, because according to the documentation the GC should work as following :


new request arrives

apache determines if garbage collection needs to occur ( garbage_now  lastcheck + every, where garbage_now is the current time, lastcheck is the time of the last garbage collection, and every is the gcinterval)

if garbage collection needs to happen:


apache sorts files according to expiration date

if file is expired, then it is removed from the cache

if cache is still too big, remove oldest files until we get down to the configured CacheSize



Can someone explain to me what's wrong?





















[EMAIL PROTECTED] [OT] Mod_SSL

2006-11-05 Thread D. Brooke

Hello,

is anyone else registered at modssl-users@modssl.org?

I can't seem to join that list.??

Donovan


--
  =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o
  DONOVAN D. BROOKE   EUCA Design Center
  - Web Development  (specializing in eCommerce),-

  Web Sites: http://www.euca.us  http://www.egg.bz
  =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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] Re: Compiling Apache 2.2.3 - SuSe 10.1 64 bits

2006-11-05 Thread Sander Temme

Rodolfo,

On Nov 4, 2006, at 7:43 PM, Rodolfo wrote:


1 - Follows the make output line immediately preceding the error:

/opt/instalacao/apache/httpd-2.2.3/srclib/apr/include-version- 
info 2:7:2

-o libaprutil-1.la -rpath /opt/apache2/lib buckets/apr_buckets_pipe.lo


...

/usr/lib/libexpat.la /opt/instalacao/apache/httpd-2.2.3/srclib/apr/ 
libapr-1.la

-lrt -lcrypt -lpthread -ldl
/usr/lib/libexpat.so: could not read symbols: File in wrong format


You left off the start of that line, but we get the idea. It's the  
command that links together libaprutil from its constituent  
components, including /usr/lib/libexpat.la. This libtool helper file  
points to the real library, which is probably libexpat.so.


It looks like your linker can't work with libexpat.so.


2 - abaout rum:  run

$ file /usr/lib/libexpat.so


What I want you to do is run the file command on /usr/lib/ 
libexpat.so. The $ is the shell prompt, you don't actually type that.  
Sorry if I was unclear about that. For instance, on my FreeBSD box:


[EMAIL PROTECTED] httpd-2.2.3 $ file /usr/local/lib/libexpat.so.6
/usr/local/lib/libexpat.so.6: ELF 32-bit LSB shared object, Intel  
80386, version 1 (FreeBSD), not stripped


This tells us for which architecture and binary format your expat  
library was intended.



An alternative for you would be to specify --with-expat=builtin to
the configure script. This should force the build process to use the
bundled copy of Expat rather than what it finds on the system.


I tested this alternative this morning: if you don't specify,  
configure will find the installed copy of expat and prefer it over  
the bundled one. However, the installed copy doesn't work for you, so  
you might consider forcing configure to use the bundled copy.


S.

--
[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




smime.p7s
Description: S/MIME cryptographic signature


[EMAIL PROTECTED] my first real look at apache 2.2

2006-11-05 Thread Jonathan Horne
ive shyed away from apache 2.2 for a while now, due to configuration 
issues/differences.  today, i setup a dedicated box to run 2.2, so i can 
learn the configuration differences between 2.2 and my 2.0 boxes, and 
hopefully i can recreate a dev version of my production 2.0 server, on a 2.2 
box.

the main hurdle that has kept me away, is the (my) obvious misuse of the 
directory directive.  for instance, on 2.0, i would use this:

Directory /usr/local/share/directory
AllowOverride None
Order Allow,deny
Allow from all
/Directory

and then, a coresponding:

Alias /directory /usr/local/share/directory

and this allows http://www.mydomain.com/directory to work correctly (or, at 
least 'as i expected').  in apache 2.2, getting this function to work has 
been confusing me for months!  ive been googling for an example of correct 
use for this type of configuration, but so far, no joy.

can someone point me in the right direction?  the path imtrying to use 
is /usr/local/www/apache22/directory, with my DocumentRoot set 
to /usr/local/www/apache22/data (FreeBSD 6.1-p10).

i would really appreciate any advice anyone can give me.

thanks,
jonathan

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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] my first real look at apache 2.2

2006-11-05 Thread Joshua Slive

On 11/5/06, Jonathan Horne [EMAIL PROTECTED] wrote:


the main hurdle that has kept me away, is the (my) obvious misuse of the
directory directive.  for instance, on 2.0, i would use this:

Directory /usr/local/share/directory
AllowOverride None
Order Allow,deny
Allow from all
/Directory

and then, a coresponding:

Alias /directory /usr/local/share/directory

and this allows http://www.mydomain.com/directory to work correctly (or, at
least 'as i expected').


There have been absolutely no changes in these directives between 2.0
and 2.2 (other than the renaming of mod_access to mod_authz_host).  If
you are having a problem, you need to specify exactly what happens
when you try this configuration, including what you get in the
browser, error log, and access log.

In general, other than renaming modules, 2.0 config files can be used
unchanged in 2.2.

Joshua.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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] my first real look at apache 2.2

2006-11-05 Thread Jonathan Horne
On Sunday 05 November 2006 18:42, Joshua Slive wrote:
 On 11/5/06, Jonathan Horne [EMAIL PROTECTED] wrote:
  the main hurdle that has kept me away, is the (my) obvious misuse of the
  directory directive.  for instance, on 2.0, i would use this:
 
  Directory /usr/local/share/directory
  AllowOverride None
  Order Allow,deny
  Allow from all
  /Directory
 
  and then, a coresponding:
 
  Alias /directory /usr/local/share/directory
 
  and this allows http://www.mydomain.com/directory to work correctly (or,
  at least 'as i expected').

 There have been absolutely no changes in these directives between 2.0
 and 2.2 (other than the renaming of mod_access to mod_authz_host).  If
 you are having a problem, you need to specify exactly what happens
 when you try this configuration, including what you get in the
 browser, error log, and access log.

 In general, other than renaming modules, 2.0 config files can be used
 unchanged in 2.2.

 Joshua.


well, i now feel rediculous, as my error turned out to be a mistype of my 
intended directory path in the config file.  i never troubleshoot the easy 
stuff first, i always assume something horrible has happened, and i spend my 
day googling... nothing!

so, its working now.  your advice that the 2.0 config is basically the same 
animal as the 2.2 config, caused me to look more closely at what i had done.

thanks,
jonathan



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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] my first real look at apache 2.2

2006-11-05 Thread Sander Temme


On Nov 5, 2006, at 5:13 PM, Jonathan Horne wrote:

so, its working now.  your advice that the 2.0 config is basically  
the same
animal as the 2.2 config, caused me to look more closely at what i  
had done.


For your reference and that of others who might find this thread on  
Google:


http://httpd.apache.org/docs/2.2/upgrading.html#run-time

Your existing version 2.0 config files and startup scripts can  
usually be used unchanged in version 2.2.


S.

--
[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




smime.p7s
Description: S/MIME cryptographic signature


[EMAIL PROTECTED] How to populate webspace

2006-11-05 Thread Viitasaari
Hi...I am a newbie at this forum so my question may be obvious to many
of you.

I have Apache, FTP and Telnet working on my Fedora 5 box.  Currently,
the only user on the box is root.

What I would like to do next is set it up so that the webmaster can
populate the webspace using ftp.

Any help would be great.

Best Regards, Headgehog


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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] How to populate webspace

2006-11-05 Thread Peter Winch
The only warning I'd give you is if you upload anything as root, you may need to do a chmod to allow access by any other user you may create in the future.Viitasaari [EMAIL PROTECTED] wrote:  Hi...I am a newbie at this forum so my question may be obvious to manyof you.I have Apache, FTP and Telnet working on my Fedora 5 box. Currently,the only user on the box is root.What I would like to do next is set it up so that the webmaster canpopulate the webspace using ftp.Any help would be great.Best Regards, Headgehog-The official User-To-User support forum of the Apache HTTP Server Project.See for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]"
 from the digest: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED] 

Access over 1 million songs - Yahoo! Music Unlimited Try it today.


Re: [EMAIL PROTECTED] How to populate webspace

2006-11-05 Thread Steven Pierce


On 11/5/2006 at 10:11 PM Viitasaari wrote:

Hi...I am a newbie at this forum so my question may be obvious to many
of you.

I have Apache, FTP and Telnet working on my Fedora 5 box.  Currently,
the only user on the box is root.

What I would like to do next is set it up so that the webmaster can
populate the webspace using ftp.


This is more of a Unix question, but you need to create a user for your
FTP software that is webmaster, webguy, webwhatever and then allow
that user to put files into the directory that you set up for Apache to
look to for HTML files.

Apache does not care much about this, it just looks into the space that
you allow it to.

I would not use telnet, that is really not very secure.  If this in an 
Internal network,
maybe.  Otherwise I would a SSH, or something that Sftp that is secure.




-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL: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]