Re: apache+SSL, which port?

2005-01-31 Thread Andrew L. Gould
On Monday 31 January 2005 12:39 pm, Mark Ovens wrote: Charles Swiger wrote: On Jan 31, 2005, at 1:22 PM, albi wrote: Mark Ovens wrote: I want to install apache with SSL but there are two ports, www/apache13-modssl and www/apache13-ssl What is the difference, and which is the best

Re: apache+SSL, which port?

2005-01-31 Thread Tim Erlin
Andrew L. Gould wrote: Not necessarily. I've heard lots of complaints about PHP and Apache2 not playing nice. (Does anyone have any updates on this situation?) I've been running apache2 with squirrelmail for a while. The biggest problems were performance issues. Squirrelmail was very slow

RE: apache+SSL, which port?

2005-01-31 Thread Michael Clark
-Original Message- From: Andrew L. Gould [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 1:07 PM To: freebsd-questions@freebsd.org Cc: Mark Ovens Subject: Re: apache+SSL, which port? On Monday 31 January 2005 12:39 pm, Mark Ovens wrote: Charles Swiger wrote

Re: Witch apache, mysql and php do i need ?

2005-01-28 Thread Gert Cuykens
) apache-1.3.33_1 expat-1.95.8 fontconfig-2.2.3,1 freetype2-2.1.7_4 jpeg-6b_3 mysql-client-4.0.23a openssl-0.9.7e_2 pdflib-6.0.1_1 pecl-pdflib-2.0.4 perl-5.8.5 php4-4.3.10_2 php4-bz2-4.3.10_2 php4-gd-4.3.10_2 php4-mysql-4.3.10_2 php4-openssl-4.3.10_2 php4-pcre-4.3.10_2 php4-zlib-4.3.10_2 pkgconfig

Re: lots of apache httpsd processes in sbwait

2005-01-28 Thread Chad Leigh -- Shire . Net LLC
On Jan 27, 2005, at 9:55 PM, Tom Vilot wrote: Speaking of httpd. don't these seem awfully large? PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 7410 www 2 0 117M 28488K sbwait 33:11 0.00% 0.00% httpd 7411 www18 0 119M 28172K lockf 33:05

Re: Witch apache, mysql and php do i need ?

2005-01-28 Thread Matthew Seaman
:) 7rxI# make pretty-print-run-depends-list This port requires package(s) apache-1.3.33_1 expat-1.95.8 fontconfig-2.2.3,1 freetype2-2.1.7_4 jpeg-6b_3 mysql-client-4.0.23a openssl-0.9.7e_2 pdflib-6.0.1_1 pecl-pdflib-2.0.4 perl-5.8.5 php4-4.3.10_2 php4-bz2-4.3.10_2 php4-gd-4.3.10_2 php4-mysql

Re: lots of apache httpsd processes in sbwait

2005-01-28 Thread Tom Vilot
Are you running mod_perl or php or something? Yep! mod_perl and php ... I'm thinking of breaking all that out: one main httpd config which runs all static sites, and uses mod_rewrite to forward to other httpd servers on different ports for the mod_perl and php sites...

Re: Witch apache, mysql and php do i need ?

2005-01-28 Thread Gert Cuykens
another one : cd /usr/ports make fetchindex portsdb -u woh :) 7rxI# make pretty-print-run-depends-list This port requires package(s) apache-1.3.33_1 expat-1.95.8 fontconfig-2.2.3,1 freetype2-2.1.7_4 jpeg-6b_3 mysql-client-4.0.23a openssl-0.9.7e_2 pdflib-6.0.1_1 pecl

Re: using ports (WAS: Witch apache, mysql and php do i need ?)

2005-01-28 Thread Karol Kwiatkowski
Gert Cuykens wrote: thx is there also a command that just tells you what it is going to download without downloading it ? man ports and have a look at 'fetch-list' and other TARGETS. Cheers, Karol -- Karol Kwiatkowski freebsd at orchid dot homeunix dot org

Re: Witch apache, mysql and php do i need ?

2005-01-27 Thread christophe ollier
Le 27/01/2005 à 07:49, Gert Cuykens a écrit : So i can use phpmyadmin, use php as a apache module , make a ssl connection and use the include feature. The easiest way would be to install the phpMyAdmin port, it will build all needed software, with the exception of mysql-server (the MySQL port

Re: Witch apache, mysql and php do i need ?

2005-01-27 Thread Gert Cuykens
On Thu, 27 Jan 2005 10:05:59 +0100, christophe ollier [EMAIL PROTECTED] wrote: Le 27/01/2005 à 07:49, Gert Cuykens a écrit : So i can use phpmyadmin, use php as a apache module , make a ssl connection and use the include feature. The easiest way would be to install the phpMyAdmin port

Re: Witch apache, mysql and php do i need ?

2005-01-27 Thread christophe ollier
Le 27/01/2005 à 10:16, Gert Cuykens a écrit : If i install phpmyadmin will php be a module into apache or a cgi bin ? It's mod_php, as in module. It brings better integration of PHP into Apache than the classic CGI. Witch mysql do i install exactly ? And after installing it, will it work

Re: Witch apache, mysql and php do i need ?

2005-01-27 Thread Matthew Seaman
On Thu, Jan 27, 2005 at 10:05:59AM +0100, christophe ollier wrote: Le 27/01/2005 à 07:49, Gert Cuykens a écrit : So i can use phpmyadmin, use php as a apache module , make a ssl connection and use the include feature. The easiest way would be to install the phpMyAdmin port, it will build

lots of apache httpsd processes in sbwait

2005-01-27 Thread Chad Leigh -- Shire . Net LLC
I have several installations of apache running on a FreeBSD 4.9 system (soon to be replaced with a 5.3 system). One particular one, a 1.3.27 plus Ben-SSL, with PHP, has a LOT of its processes in sbwait state. I have been googling and did not find much that explained what

Re: Witch apache, mysql and php do i need ?

2005-01-27 Thread Gert Cuykens
On Thu, 27 Jan 2005 10:44:04 +, Matthew Seaman [EMAIL PROTECTED] wrote: Those are just the defaults. You can override them by putting: WITH_APACHE2=yes APACHE_PORT=www/apache21 DEFAULT_PHP_VER=5 WITH_MYSQL_VER=50 into /etc/make.conf There are quite a few similar

Re: lots of apache httpsd processes in sbwait

2005-01-27 Thread Tom Vilot
Speaking of httpd. don't these seem awfully large? PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 7410 www 2 0 117M 28488K sbwait 33:11 0.00% 0.00% httpd 7411 www18 0 119M 28172K lockf 33:05 0.00% 0.00% httpd 7409 www 2 0

Re: lots of apache httpsd processes in sbwait

2005-01-27 Thread Anthony Atkielski
Tom Vilot writes: TV Speaking of httpd. don't these seem awfully large? TV TV PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND TV 7410 www 2 0 117M 28488K sbwait 33:11 0.00% 0.00% httpd TV 7411 www18 0 119M 28172K lockf 33:05 0.00%

Re: Witch apache, mysql and php do i need ?

2005-01-27 Thread christophe ollier
Le 28/01/2005 à 00:48, Gert Cuykens a écrit : 7rxI# make pretty-print-run-depends-list This port requires package(s) grep: /usr/ports/INDEX-5: No such file or directory to run. 7rxI# make pretty-print-build-depends-list 7rxI# How can i show the list of dependencies ? It seems your ports index is

Witch apache, mysql and php do i need ?

2005-01-26 Thread Gert Cuykens
So i can use phpmyadmin, use php as a apache module , make a ssl connection and use the include feature. PS 2.1+ and 5+ are my favorite numbers :) Also can everybody make a ssl connection or do you have to register a key or something ? ___ freebsd

Re: Witch apache, mysql and php do i need ?

2005-01-26 Thread Olivier Nicole
Also can everybody make a ssl connection or do you have to register a key or something ? You can make self signed certificate, that means that when accessing your site, a user will be prompted to accept your certificate, saying that no known authority has signed it. Hopefully, he will save the

Re: Witch apache, mysql and php do i need ?

2005-01-26 Thread Gert Cuykens
On Thu, 27 Jan 2005 14:19:30 +0700 (ICT), Olivier Nicole [EMAIL PROTECTED] wrote: Also can everybody make a ssl connection or do you have to register a key or something ? You can make self signed certificate, that means that when accessing your site, a user will be prompted to accept your

php and apache

2005-01-24 Thread Gert Cuykens
can somebody explain what the difference is between forks and threads ? I know what a spoon is, something that ly's in the kitchen :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: php and apache

2005-01-24 Thread Mario Hoerich
# Gert Cuykens: can somebody explain what the difference is between forks and threads Nutshell version: fork(2) produces a new process, which may consist of multiple threads. fork(2)ing used to be slightly more expensive, as it creates a new process with an accompanying process control block

Re: php and apache

2005-01-24 Thread Gert Cuykens
On Tue, 25 Jan 2005 04:20:56 +0100, Mario Hoerich [EMAIL PROTECTED] wrote: # Gert Cuykens: can somebody explain what the difference is between forks and threads Nutshell version: fork(2) produces a new process, which may consist of multiple threads. fork(2)ing used to be slightly more

Apache - Bad Output Compression? - bad server response (NSURLErrorDomain:-1011)

2005-01-13 Thread Evolve Networks
Hello! This is my first post here and fairly long but I've tried everything I know how to do and haven't been able to track down how to fix this error. Any help or suggestions are appreciated! Just upgraded apache, php, perl and having some strange occassional problems. Pages are returned

Apache Log Rotation Statistics

2005-01-12 Thread Gadi Golan
Hi, What I am looking for here is some advice on what will be the best ways to acomplish what I have in mind. What I hope to acomplish follows, so any thoughts on how to do it, or if it is complex or impossible would be very helpful. I have Apache 2.x running with a collection of virtual hosts

Re: Apache Log Rotation Statistics

2005-01-12 Thread Colin J. Raven
On Jan 12 at 18:03, Gadi Golan wondered aloud: I have Apache 2.x running with a collection of virtual hosts, each logging to their own access.log file. I want to offer log statistics to all of my virtual hosts on an individual basis. I want them to be able to go to say log.theirdomain.com

Re: Apache Log Rotation Statistics

2005-01-12 Thread Eric F Crist
On Jan 12, 2005, at 5:03 PM, Gadi Golan wrote: Hi, What I am looking for here is some advice on what will be the best ways to acomplish what I have in mind. What I hope to acomplish follows, so any thoughts on how to do it, or if it is complex or impossible would be very helpful. I have Apache 2

apache.. i can view my index.html on my LAN but not others outside my LAN

2005-01-09 Thread [ kambing ] zaimie
i've read all the faqs, handbook and manual i currently have this problem i installed FreeBSD 5.3 Release on one of my systems in my LAN network And installed Apache 1.3.3 i did the config and did apachectl start i opened up port 80 on my router and link it to the FreeBSD system However.. i can

Re: apache.. i can view my index.html on my LAN but not othersoutside my LAN

2005-01-09 Thread Matteo Santori
Are you sure the machine which is running apache in visible from outside? example gw (public ip) - pc-lan1 (private) - pc-lan2/apache (private) if you are not doing port redirecting on 80, ppl connecting to you from outside will watch the port 80 on your gw (which is close). Then, I suggest

Re: apache.. i can view my index.html on my LAN but not othersoutside my LAN

2005-01-09 Thread James Jhai
On Sunday 09 January 2005 06:10 am, Matteo Santori wrote: Are you sure the machine which is running apache in visible from outside? example gw (public ip) - pc-lan1 (private) - pc-lan2/apache (private) if you are not doing port redirecting on 80, ppl connecting to you from outside

Properly installing PHP4 extensions under Apache 1.3.x

2005-01-04 Thread Olaf Greve
Hi, A while ago the topic was raised about how to properly install PHP 4.3.8+ versions with their required extensions, under Apache 1.3.x. I'm doing so just now, but I seem to be missing one step, as the extensions do not seem to get picked up. Here's what I did: 1) Update the ports tree using

Re: Properly installing PHP4 extensions under Apache 1.3.x

2005-01-04 Thread Olaf Greve
/php4 port (= 4.3.10 - make install) 3) Build the /usr/ports/lang/php4-extensions port 4) Build several extensions I need (GD, MySQL, session), again, I did do a make install 5) Comment out the extension_dir directive in php.ini 6) Restart Apache Cheers! Olafo

Re: apache core dump

2005-01-01 Thread Kirill Ponomarew
On Fri, Dec 31, 2004 at 07:21:55PM -0800, whitevamp wrote: ok the otherday i had an issue with apache not binding to port 80 and i thought i got that taken care of, well maby i have but any way i knoticed that apache wasnt running any more so i when to start it and it whouldnt start so i

apache core dump

2004-12-31 Thread whitevamp
ok the otherday i had an issue with apache not binding to port 80 and i thought i got that taken care of, well maby i have but any way i knoticed that apache wasnt running any more so i when to start it and it whouldnt start so i looked in the error log didnt find anything wrong in there so i

Re: Apache Symbolic Link Error

2004-12-30 Thread Matthew Seaman
Richard Collyer wrote: I'm trying to get apache to use users areas. If I use a dir named public_html in the users area then it works fine. If I try and use a sym link to link to another folder then it refuses to work. I get a 403 Forbidden - You don't have permission to access /~richard/test.html

Re: Starting Apache 2.0.52 in rc.conf under FreeBSD 5.3

2004-12-30 Thread Matthew Seaman
Anthony Atkielski wrote: I installed Apache 2.0.52 on my fresh reinstallation of FreeBSD 5.3, but I can't figure out how the new rc.conf system works. How do I set things up so I can start Apache in rc.conf? I installed Apache directly from the downloaded source rather than from the ports, so

Installing Apache 2.0

2004-12-29 Thread Fernando Matzdorf
Help!! I recently downloaded version 2.0 of the Apache server from their website, and I tried to install it to my system using pkg_add but was unsuccessful (maybe it's not a package but I can't tell). I downloaded it on a Windows XP computer, burned it to a cd, then tried to install it on my

Re: Installing Apache 2.0

2004-12-29 Thread Andrew L. Gould
On Wednesday 29 December 2004 09:55 am, Fernando Matzdorf wrote: Help!! I recently downloaded version 2.0 of the Apache server from their website, and I tried to install it to my system using pkg_add but was unsuccessful (maybe it's not a package but I can't tell). I downloaded

Re: Installing Apache 2.0

2004-12-29 Thread Joshua Lokken
On Wed, 29 Dec 2004 10:23:15 -0600, Andrew L. Gould [EMAIL PROTECTED] wrote: On Wednesday 29 December 2004 09:55 am, Fernando Matzdorf wrote: Help!! I recently downloaded version 2.0 of the Apache server from their website, and I tried to install it to my system using pkg_add

Apache Symbolic Link Error

2004-12-29 Thread Richard Collyer
Hi, I'm trying to get apache to use users areas. If I use a dir named public_html in the users area then it works fine. If I try and use a sym link to link to another folder then it refuses to work. I get a 403 Forbidden - You don't have permission to access /~richard/test.html on this server

Re: Apache Symbolic Link Error

2004-12-29 Thread -
You need a Options FollowSymLinks. But, I strongly advise you against allowing symlinks in user directories. It's just a security breach. Richard Collyer wrote: Hi, I'm trying to get apache to use users areas. If I use a dir named public_html in the users area then it works fine. If I try

Re: Starting Apache 2.0.52 in rc.conf under FreeBSD 5.3

2004-12-29 Thread Anthony Atkielski
Joshua Lokken writes: JL # cat /usr/local/etc/rc.d/000.apache2libs.sh [...] Thanks. I couldn't get that to work, either. After trying several things, I finally copied the moused script and modified that, and cooked up something that seems to work. So I guess the problem is solved, even if

Re: apache cant bind to port

2004-12-28 Thread doug
When that has happened to me it usually was because apache did not shutdown cleanly. Try killall httpd. I suspect if you had done ps after stopping apache you would have seen a hung process. On Mon, 27 Dec 2004, whitevamp wrote: I just did a portupgrade -aRrCc and now when I goto start

Re: Starting Apache 2.0.52 in rc.conf under FreeBSD 5.3

2004-12-28 Thread Anthony Atkielski
pages, and reading the various BM /etc/rc scripts themselves. I've looked at this and lots of other stuff, and I've tried lots of things, and I still can't get it to work. Any chance that someone who has a working rc configuration for starting Apache 2.x automatically could show me what to place

Re: Starting Apache 2.0.52 in rc.conf under FreeBSD 5.3

2004-12-28 Thread Joshua Lokken
a working rc configuration for starting Apache 2.x automatically could show me what to place in which files, so I can build them myself? Supposedly the ports version of the product sets up these files. I have apache2 working fine on FreeBSD 5.2.1-RELEASE-p13. In /etc/rc.conf I have a line that reads

Re: Starting Apache 2.0.52 in rc.conf under FreeBSD 5.3

2004-12-28 Thread Anthony Atkielski
Joshua Lokken writes: JL I have apache2 working fine on FreeBSD 5.2.1-RELEASE-p13. JL In /etc/rc.conf I have a line that reads: JL JL apache2_enable=YES JL JL and in /usr/local/etc/rc.d, I have: JL JL -rwxr-x--x 1 root wheel 183 Dec 28 13:55 000.apache2libs.sh JL -rwxr-x--x 1 root wheel

Re: Starting Apache 2.0.52 in rc.conf under FreeBSD 5.3

2004-12-28 Thread Joshua Lokken
# apache2ssl_enable (bool): Set to NO by default. # Set it to YES to start apache with SSL # (if IfDefined SSL exists in httpd.conf) # apache2limits_enable (bool):Set to NO by default. # Set it to yes to run `limits

apache cant bind to port

2004-12-27 Thread whitevamp
I just did a portupgrade -aRrCc and now when I goto start apache i get this error message in the log files [crit] (13)Permission denied: make_sock: could not bind to port 80 I have tryed starting it with ethere apachectl start or httpd , as root. and 1.when to /usr/ports/www/apache13

Re: Apache trailing slash - was web server permissions

2004-12-26 Thread Jay O'Brien
it is. I now understand it is either an Apache problem, perhaps related to the fact I'm using an IP number as ServerName, not a URL, and perhaps related to the fact that I'm behind a NAT firewall (linksys router) that passes port 80 to my FreeBSD machine on 192.168.1.9. What's happening

Re: Apache trailing slash - was web server permissions

2004-12-26 Thread Bill Moran
what is causing this to work the way it is. I now understand it is either an Apache problem, perhaps related to the fact I'm using an IP number as ServerName, not a URL, and perhaps related to the fact that I'm behind a NAT firewall (linksys router) that passes port 80 to my FreeBSD

Re: Apache trailing slash - was web server permissions

2004-12-26 Thread Jay O'Brien
Bill Moran wrote: Is IE involved in this anywhere? I've noticed that IE tends to have problems with certian URLs. The trailing slash issue sounds familiar as an IE problem (although I'm not sure). Have you tried other browsers from the location that doesn't work? Interesting! I

Starting Apache 2.0.52 in rc.conf under FreeBSD 5.3

2004-12-25 Thread Anthony Atkielski
I installed Apache 2.0.52 on my fresh reinstallation of FreeBSD 5.3, but I can't figure out how the new rc.conf system works. How do I set things up so I can start Apache in rc.conf? I installed Apache directly from the downloaded source rather than from the ports, so this wasn't done

Re: Starting Apache 2.0.52 in rc.conf under FreeBSD 5.3

2004-12-25 Thread Bill Moran
Anthony Atkielski [EMAIL PROTECTED] wrote: I installed Apache 2.0.52 on my fresh reinstallation of FreeBSD 5.3, but I can't figure out how the new rc.conf system works. How do I set things up so I can start Apache in rc.conf? I installed Apache directly from the downloaded source rather

portmanager fails installing apache

2004-12-22 Thread Noah
FreeBSD-4.9 portmanager-0.2.0_3 well I am not able to find a specific mail list for portmanager support. anybody got clues why portmanager is having difficulies here and a nice cure would be helpful? --- snip --- pkg_create: can't find package 'apache-1.3.33_1' installed

Re: portmanager fails installing apache

2004-12-22 Thread Michael C. Shultz
'apache-1.3.33_1' installed! cd /usr/ports/www/apache13; make deinstall === Deinstalling for www/apache13 === apache not installed, skipping cd /usr/ports/www/apache13; make reinstall

Re: portmanager fails installing apache

2004-12-22 Thread Noah
follow both of these. --- snip --- pkg_create: can't find package 'apache-1.3.33_1' installed! cd /usr/ports/www/apache13; make deinstall === Deinstalling for www/apache13 === apache not installed, skipping

Re: portmanager fails installing apache

2004-12-22 Thread Michael C. Shultz
in freebsd-questions@freebsd.org or [EMAIL PROTECTED] is OK as I follow both of these. --- snip --- pkg_create: can't find package 'apache-1.3.33_1' installed! cd /usr/ports/www/apache13; make deinstall === Deinstalling for www

bind+postfix+courier+sals+amavis+spamassian+pop3+mysql+apache+smtp-auth

2004-12-19 Thread tethys ocean
Hmmzz yep, I want to do this but my packet version conflicted.. FreeBSD 5.3 stable Mysql-server-5.0.1 Bind9-9.3.0 (for only dns cahe) Postfix-2.2.20041008,2 (also for GUI postfix-admin) Courier-Imap-3.0.8.1 Cyrus-sasl-2.1.20 Apache-2.0.52_3 Amavisd (clamav + spamassassin) Sqwebmail

bind+postfix+courier+sals+amavis+spamassian+pop3+mysql+apache+smtp-auth

2004-12-18 Thread tethys ocean
Hi all, I want to setup a mail server Freebsd 5.3 bind 9.0 (dnscahce) +mysql4.0+postfix2.2.20040829,2+courier+sasl etc in the beginning of my installation I am taking such error message courier-mysql-0.45.4 conflicts with installed pakages(s) postfix-2.2.20040829,2 They install files

bind+postfix+courier+sals+amavis+spamassian+pop3+mysql+apache+smtp-auth

2004-12-18 Thread martin hudec
Hello, On Sat, Dec 18, 2004 at 09:38:52PM +0200 or thereabouts, tethys ocean wrote: I want to setup a mail server Freebsd 5.3 bind 9.0 (dnscahce) +mysql4.0+postfix2.2.20040829,2+courier+sasl etc in the beginning of my installation I am taking such error message

bind+postfix+courier+sals+amavis+spamassian+pop3+mysql+apache+smtp-auth

2004-12-18 Thread tethys ocean
Hi, I check confiliction package mysql pakages confilict and I found this document http://www.syntheticzero.com/howto/vmail.php and also in this paragraph Notes for FreeBSD users: The courier-imap port in freebsd is kinda messed up with regards to getting the mysql auth stuff to compile...

recover from var deletion; mysql apache

2004-12-18 Thread Sean Ellis
Hello, 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #0: Mon May 3 16:59:48 PDT 2004 I am working to recover a computer whose /var filesystem, a separate mount point, was entirely deleted. I've put in a new /var using mergemaster, and I'm now trying to restore the mysql databases from dumps. With

bind+postfix+courier+sals+amavis+spamassian+pop3+mysql+apache+smtp-auth

2004-12-18 Thread martin hudec
Hello, On Sat, Dec 18, 2004 at 10:10:22PM +0200 or thereabouts, tethys ocean wrote: I set that but I need pop3 because we have got a lots of virtual host I must look for pop3 competible with courier-imap isnt it?! courier-imap is able to serve its maildirs (no, not mbox) using IMAP

Runaway Apache

2004-12-18 Thread Mark Edwards
, sending a SIGKILL [Sat Dec 18 13:00:18 2004] [error] child process 2129 still did not exit, sending a SIGKILL [Sat Dec 18 13:00:18 2004] [error] child process 2130 still did not exit, sending a SIGKILL and on and on and on... So, apparently, Apache is having a problem and taking down the server

Re: recover from var deletion; mysql apache

2004-12-18 Thread Sean Ellis
apache before clearing this up. Any suggestions? -- thanks, Sean ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: recover from var deletion; mysql apache

2004-12-18 Thread Sean Ellis
with these other errors (apachectl etc). I do not want restart apache before clearing this up. Any suggestions? Running ldconfig cleared up the shared object errors. -- cheers, Sean ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Each version of apache lunched date.

2004-12-17 Thread Supote Leelasupphakorn
Hi all, I'm currently completing some maintenance documents at my office and need to know The launch date of each version of apache in the past (especially 1.3.28 1.3.27). My question is how or where can I found the apache's history file (yeah, launched date included). TIA, Pote

Re: Is my Apache server running as the root user or not?

2004-12-04 Thread Peter C. Lai
This isn't on-topic for the list, but I'll answer it anyway. The Apache parent runs as root so that it can attach to port 80. After a packet reaches port 80, Apache will hand it off to a child process running as www. The parent process also does other housekeeping duties as you would expect from

Re: Is my Apache server running as the root user or not?

2004-12-04 Thread csnyder
On Sat, 4 Dec 2004 04:47:49 -0500, Peter C. Lai [EMAIL PROTECTED] wrote: This isn't on-topic for the list, but I'll answer it anyway. The Apache parent runs as root so that it can attach to port 80. [...] On Sat, Dec 04, 2004 at 07:24:27AM +0100, Jesper Wallin wrote: [...] If I got

Re: Is my Apache server running as the root user or not?

2004-12-04 Thread Jan Grant
On Sat, 4 Dec 2004, csnyder wrote: On Sat, 4 Dec 2004 04:47:49 -0500, Peter C. Lai [EMAIL PROTECTED] wrote: This isn't on-topic for the list, but I'll answer it anyway. The Apache parent runs as root so that it can attach to port 80. [...] On Sat, Dec 04, 2004 at 07:24:27AM +0100

Apache port

2004-11-23 Thread Trevor Hart
I installed Apache version 2.0.43 on my FreeBSD 4.7-RELEASE server. The httpd file is set up with Listen 80 and Listen 8000. The problem is that it will not accept connections on port 80, even though it is listening (checked using netstat, and sockstat). It works fine on port 8000. I have never

Re: Apache port

2004-11-23 Thread Vince Hoffman
On Tue, 23 Nov 2004, Trevor Hart wrote: I installed Apache version 2.0.43 on my FreeBSD 4.7-RELEASE server. The httpd file is set up with Listen 80 and Listen 8000. The problem is that it will not accept connections on port 80, even though it is listening (checked using netstat, and sockstat

Re: upgrading apache 1.3.21 to apache+mod_ssl-1.3.33+2.8.22

2004-11-20 Thread Steel City Phantom
noone know how to do this? Steel City Phantom wrote: i have a production server hosting several sites and need to do this upgrade. is there a way i can do it without uninstalling everything and reinstalling it all ___ [EMAIL PROTECTED] mailing list

Re: upgrading apache 1.3.21 to apache+mod_ssl-1.3.33+2.8.22

2004-11-20 Thread Lowell Gilbert
Steel City Phantom [EMAIL PROTECTED] writes: noone know how to do this? portupgrade will help you manage it, but you're still going to need to re-install Apache in order to upgrade Apache. Steel City Phantom wrote: i have a production server hosting several sites and need to do

Re: upgrading apache 1.3.21 to apache+mod_ssl-1.3.33+2.8.22

2004-11-20 Thread Steel City Phantom
(sigh) oh well. thanks Lowell Gilbert wrote: Steel City Phantom [1][EMAIL PROTECTED] writes: noone know how to do this? portupgrade will help you manage it, but you're still going to need to re-install Apache in order to upgrade Apache. Steel City Phantom wrote: i have

upgrading apache 1.3.21 to apache+mod_ssl-1.3.33+2.8.22

2004-11-19 Thread Steel City Phantom
i have a production server hosting several sites and need to do this upgrade. is there a way i can do it without uninstalling everything and reinstalling it all ___ [EMAIL PROTECTED] mailing list

Re: Which Apache version to use?

2004-11-15 Thread Daniel Bye
On Sun, Nov 14, 2004 at 04:39:37PM -0800, Jay O'Brien wrote: My purpose: Learn FreeBSD, learn Apache, build simple web server. Hardware: Dedicated i386 machine, three big HDs (120GB, 120GB, 200GB) OS: FreeBSD 5.3. No X windows installed (maybe later?) If this is to be a dedicated

Re: Which Apache version to use?

2004-11-15 Thread Jay O'Brien
Tabor Kelly wrote: The apache13 port is just apache. The apache-x ports also include x. For example, I run apache-modssl, because I needed ssl support. mod_ssl isn't really a module since it (also) requires patching the base apache code. As for apache2, I think it is still marked

Which Apache version to use?

2004-11-14 Thread Jay O'Brien
My purpose: Learn FreeBSD, learn Apache, build simple web server. Hardware: Dedicated i386 machine, three big HDs (120GB, 120GB, 200GB) OS: FreeBSD 5.3. No X windows installed (maybe later?) Apps: Also intend to use postfix, majordomo, samba LAN:Serve LAN with Windows

connection problems with apache and mod_ssl

2004-11-04 Thread Gael JARRIAULT
Hello, I've got the same problem on my apache server, could you say me if you have found a solution ? Best Regards Gaël JARRIAULT ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Apache 1.3 'lag' with PHP ...

2004-11-03 Thread Marc G. Fournier
... there are currently 31 IPs allocated to that machine, and the apache server is running within a FreeBSD jail environment ... apache is the latest 1.3.31 ... php is 4.3.9 ... both are from FreeBSD ports, so php is a module, and it loads up its extensions as seperate modules, based on /usr/local/etc/php

jsp/tomcat/apache

2004-11-02 Thread Spades
hrm, any guides or urls to install apache+tomcat to read jsp? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: jsp/tomcat/apache

2004-11-02 Thread Matthew Seaman
On Tue, Nov 02, 2004 at 10:15:40PM +0800, Spades wrote: hrm, any guides or urls to install apache+tomcat to read jsp? http://www.freebsd.org/doc/en_US.ISO8859-1/articles/java-tomcat/index.html Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26

Re: jsp/tomcat/apache

2004-11-02 Thread Giorgos Keramidas
On 2004-11-02 22:15, Spades [EMAIL PROTECTED] wrote: hrm, any guides or urls to install apache+tomcat to read jsp? I haven't installed apache+tomcat but this may be useful to you: http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/java-tomcat

Re: Apache2 Apache 1.3 Conf File Differences? (Was: Apache 2-Directory index forbidden by rule) - SOLVED!

2004-11-01 Thread Drew Tomlinson
On 10/26/2004 4:32 PM Drew Tomlinson wrote: On 10/19/2004 10:38 AM Drew Tomlinson wrote: I recently upgraded my existing Apache 1.3x server to Apache 2.0.52. I changed nothing (that I recall) in my httpd.conf file. In 1.3x, I had defined a virtual server to link to /usr/local/share/doc so I

Re: Apache 2.0.52 help

2004-10-30 Thread Danny MacMillan
On Fri, Oct 29, 2004 at 11:33:12PM -0600, Clay wrote: It is not a DSL Router/Modem, just a straight old school ADSL modem. I have three static IP addresses. One is being used for the current web server, one is on the machine I am typing this on, and the third is being used for this

RE: Apache 2.0.52 help

2004-10-30 Thread Clay
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Danny MacMillan Sent: Saturday, October 30, 2004 12:49 AM To: Clay Cc: 'Aaron P. Martinez'; [EMAIL PROTECTED] Subject: Re: Apache 2.0.52 help On Fri, Oct 29, 2004 at 11:33:12PM -0600

Apache 2.0.52 help

2004-10-29 Thread Clay
Hi, Sorry about posting this to [EMAIL PROTECTED] also but that list does not seem to get much use. I just did a default install of FreeBSD 4.10 and used CVSup to download the newest port of Apache (2.0.52), did a make, then make install everything looked like

Re: Apache 2.0.52 help

2004-10-29 Thread Danny MacMillan
On Fri, Oct 29, 2004 at 10:28:21PM -0600, Clay wrote: I just did a default install of FreeBSD 4.10 and used CVSup to download the newest port of Apache (2.0.52), did a make, then make install everything looked like it went well. Used /usr/local/sbin/apachectl start, to start up

RE: Apache 2.0.52 help

2004-10-29 Thread Clay
MacMillan Sent: Friday, October 29, 2004 10:49 PM To: Clay Cc: [EMAIL PROTECTED] Subject: Re: Apache 2.0.52 help On Fri, Oct 29, 2004 at 10:28:21PM -0600, Clay wrote: I just did a default install of FreeBSD 4.10 and used CVSup to download the newest port of Apache (2.0.52), did a make

Re: Apache 2.0.52 help

2004-10-29 Thread Aaron P. Martinez
On Fri, 2004-10-29 at 23:28, Clay wrote: Hi, Sorry about posting this to [EMAIL PROTECTED] also but that list does not seem to get much use. I just did a default install of FreeBSD 4.10 and used CVSup to download the newest port of Apache (2.0.52), did

RE: Apache 2.0.52 help

2004-10-29 Thread Clay
Hi, The machine running Apache is not on a private network, there is currently a Win32 platform based server running fine on it (has been for roughly four years). The only thing between the Apache server and the internet is a 3Com ADSL modem, nothing more and nothing less

RE: Apache 2.0.52 help

2004-10-29 Thread Aaron P. Martinez
] [mailto:[EMAIL PROTECTED] On Behalf Of Danny MacMillan Sent: Friday, October 29, 2004 10:49 PM To: Clay Cc: [EMAIL PROTECTED] Subject: Re: Apache 2.0.52 help On Fri, Oct 29, 2004 at 10:28:21PM -0600, Clay wrote: I just did a default install of FreeBSD 4.10 and used CVSup

RE: Apache 2.0.52 help

2004-10-29 Thread Clay
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron P. Martinez Sent: Friday, October 29, 2004 11:04 PM To: Clay Cc: [EMAIL PROTECTED] Subject: RE: Apache 2.0.52 help On Fri, 2004-10-29 at 23:53, Clay wrote: Hi, Yes the IP address can

RE: Apache 2.0.52 help

2004-10-29 Thread Aaron P. Martinez
--snip I just did a default install of FreeBSD 4.10 and used CVSup to download the newest port of Apache (2.0.52), did a make, then make install everything looked like it went well. Used /usr/local/sbin/apachectl start, to start up the httpd and put this line

RE: Apache 2.0.52 help

2004-10-29 Thread Clay
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron P. Martinez Sent: Friday, October 29, 2004 11:22 PM To: Clay Cc: [EMAIL PROTECTED] Subject: RE: Apache 2.0.52 help --snip I just did a default install of FreeBSD 4.10 and used CVSup

Re: Apache 2.0.52 help

2004-10-29 Thread Danny MacMillan
On Fri, Oct 29, 2004 at 10:28:21PM -0600, Clay wrote: I just did a default install of FreeBSD 4.10 and used CVSup to download the newest port of Apache (2.0.52), did a make, then make install everything looked like it went well. Used /usr/local/sbin/apachectl start, to start up

Apache2 Apache 1.3 Conf File Differences? (Was: Apache 2 -Directory index forbidden by rule)

2004-10-26 Thread Drew Tomlinson
On 10/19/2004 10:38 AM Drew Tomlinson wrote: I recently upgraded my existing Apache 1.3x server to Apache 2.0.52. I changed nothing (that I recall) in my httpd.conf file. In 1.3x, I had defined a virtual server to link to /usr/local/share/doc so I could easily read my docs from what ever

Apache 2 - Directory index forbidden by rule

2004-10-19 Thread Drew Tomlinson
I recently upgraded my existing Apache 1.3x server to Apache 2.0.52. I changed nothing (that I recall) in my httpd.conf file. In 1.3x, I had defined a virtual server to link to /usr/local/share/doc so I could easily read my docs from what ever computer I was using at the time

<    9   10   11   12   13   14   15   16   17   18   >