Re: [gentoo-user] Apache is running but its log is not

2011-05-03 Thread Kevin O'Gorman
apache and see if there are any open log files. You may need to emerge lsof first if you dont already have it. IIRC apache fails to start if it cant write to the log directory - could be wrong on that tho. So there should be an access_log, and there is, but it has not been touched in a while

[gentoo-user] logrotate not working

2007-09-25 Thread Arnau Bria
Hi, I have this in my logroate.d/apache # Apache2 logrotate snipet for Gentoo Linux # Contributes by Chuck Short # /var/log/apache2/*log { daily missingok notifempty size 5M sharedscripts postrotate /etc/init.d/apache2 reload /dev/null 21 || true endscript } And my logs

[gentoo-user] New apache layout

2005-09-19 Thread A. Khattri
Just went through the apache update on three servers. I duly removed /etc/apache/conf/apache.conf and restarted apache successfully. Question: can I safely remove /etc/apache/conf/* (after migrating any settings to the new conf files of course). -- -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Apache Sub directorys

2005-07-14 Thread Michael Thompson
php files need also execution rights). The permissions have not changed. They are all apache:apache with a mask of: drwxrwxr-- 20 apache apache 4096 Jul 14 10:34 htdocs What about its subdirectories? They need to be executable to allow access to paths below themselves and need

Re: [gentoo-user] Apache is running but its log is not

2011-05-03 Thread Kevin O'Gorman
On Mon, May 2, 2011 at 8:30 PM, Adam Carter adamcart...@gmail.com wrote: Okay, there was already a thread about that, and my Python problem seems solved. I still have no log entries. Ok, as root, try lsof | grep apache and see if there are any open log files. You may need to emerge lsof

[gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Harry Putnam
Michael Crute [EMAIL PROTECTED] writes: var L www L vhost1 -- userb/apache (751) L vhost 2 -- usera/apache (751) L cgi-bin -- usera/apache (751) L htdocs -- usera/apache (751) | L folder 1 -- usera/apache

[gentoo-user] new apache install

2005-11-11 Thread Nick Smith
i just built a new box that will be a mail/web server, but after emerging apache the entire /etc/apache/conf does not exsist, i tried re-emerging but nothing changed. is this something im doing wrong? Thanks Nick

Re: [gentoo-user] Apache is running but its log is not

2011-05-01 Thread Adam Carter
How do I find out where/if Apache thinks its logging things? In /etc/apache check httpd.conf and modules.d/00_mod_log_config.conf

Re: [gentoo-user] apache user and forced password change?

2005-06-12 Thread Rumen Yotov
Craig Duncan wrote: $ su - apache You are required to change your password immediately (root enforced) su: Authentication token is no longer valid; new one required. (Ignored) How do I set the user apache to never require a password change? C Hi, Think that the user apache (by default

Re: [gentoo-user] threads use flag for apache and php

2012-12-01 Thread Michael Hampicke
Am 01.12.2012 00:13, schrieb William Kenworthy: why? - threads sounds like a good thing, but is it really if its optional? Threads - at least for apache - is optional, because you can compile apache with different MPMs (see documentation). MPM_PREFORK for example does not use threads

Re: [gentoo-user] Why is apache 2.2 hard masked?

2007-04-11 Thread Vladimir Rusinov
On 4/11/07, Wolfgang Liebich [EMAIL PROTECTED] wrote: I'm fighting with authentification problems (see my further mails about mod_auth_ldap) and maybe a new module available for apache 2.2 might solve them. BUT apache 2.2 is hard masked - why? Any experiences? $ emerge -pv =apache-2.2

[gentoo-user] Apache+PHP

2010-01-14 Thread German Lopez Cortina
Mi apache no me interpreta los archivos .php muestra el contenido como texto en el navegador

Re: [gentoo-user] Apache is running but its log is not

2011-05-02 Thread Kevin O'Gorman
since February. Are permissions correct for the apache user to created and write to files? Does syslog show any messages from Apache? Permissions are generous: treat apache2 # ls -lad /var drwxr-xr-x 17 root root 4096 Apr 30 23:06 /var treat apache2 # ls -lad /var/log drwxr-xr-x 17 root root

Re: [gentoo-user] Apache is running but its log is not

2011-05-02 Thread Kevin O'Gorman
I looked in /var/log/apache2 and found that no files have been touched since February. Are permissions correct for the apache user to created and write to files? Does syslog show any messages from Apache? Permissions are generous: treat apache2 # ls -lad /var drwxr-xr-x 17 root root 4096

[gentoo-user] How can I run apache as non-root user?

2013-05-22 Thread Jarry
Hi Gentoo community, I modified apache config to have it running on non-private port 8080. I restarted apache and verified that it is really listening on port 8080 (netstat). But when I check all running apache processes for owners, I see there is still one apache process running as root (rest

[gentoo-user] Apache 1.3.34 ebuild

2005-10-31 Thread David Gama Rodrí­guez
Hello list I need to update Apache 1.3.33 to Apache 1.3.34 but I cant find an ebuild for that version, Why 1.3.34 ebuild is not in portage? Is unstable?? Is there a way to install apache 1.3.34 without and ebuild and without crash portage? Or I have to make my own ebuild? tnks

[gentoo-user] Apache 1.3.34 ebuild

2005-10-31 Thread David Gama Rodrí­guez
Hello list I need to update Apache 1.3.33 to Apache 1.3.34 but I cant find an ebuild for that version, Why 1.3.34 ebuild is not in portage? Is unstable?? Is there a way to install apache 1.3.34 without and ebuild and without crash portage? Or I have to make my own ebuild? tnks

[gentoo-user] how to update just one package ?

2008-02-27 Thread saifikhan
Hi: On running 'emerge --fetchonly apache' on a Gentoo 2007.0 system, the following packages are expected to be downloaded ie. app-misc/mime-types-7 app-admin/apache-tools www-servers/apache-2.2.6-r5 Along with these packages, there is a file gentoo-apache-2.2.6-r5 which is required. However

Re: [gentoo-user] how to update just one package ?

2008-02-27 Thread Elyahou ITTAH
2008/2/27, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi: On running 'emerge --fetchonly apache' on a Gentoo 2007.0 system, the following packages are expected to be downloaded ie. app-misc/mime-types-7 app-admin/apache-tools www-servers/apache-2.2.6-r5 Along with these packages

Re: [gentoo-user] How can I run apache as non-root user?

2013-05-22 Thread Michael Orlitzky
On 05/22/2013 05:01 PM, Jarry wrote: Hi Gentoo community, I modified apache config to have it running on non-private port 8080. I restarted apache and verified that it is really listening on port 8080 (netstat). But when I check all running apache processes for owners, I see there is still

Re: [gentoo-user] restart apache. but why restart mysql and nfs automatically?

2008-11-06 Thread Markos Chandras
On Thursday 06 November 2008 14:45:40 adrian kok wrote: Hi I restart apache. but why restart mysql and nfs automatically? thank you Send instant messages to your online friends http://uk.messenger.yahoo.com I m not using apache but I assume that apaches' init script is depending on mysql

[gentoo-user] dynamic apache configuration

2006-12-15 Thread Dmitry S. Makovey
Somewhat offtopic question, but here it goes: does anybody know of a module for apache that will use database to suck in part of apache http.conf file? What I need is dynamicaly manage my apache host with as few FS writes as possible. I remember seeing such a thing long time ago. Now I

[gentoo-user] apache and the -D parameter

2015-04-20 Thread Bill Kenworthy
Hi, I am trying to set up mod_wsgi and apache in an LXC container. apache is ignoring all -D parameters on startup even though I can see them in the startup script debug and they are being passed to apache according to ps aux. apache -M does not show the modules in the loaded list. If I

Re: [gentoo-user] x86_64 apache problem

2007-12-02 Thread Mick
: Can't access startfile http://localhost/server-status /etc/init.d/apache2 configtest seems happy: * Checking Apache Configuration ... [ ok ] /etc/init.d/apache2 graceful also seems happy * Gracefully restarting apache2 ... [ ok ] /etc/init.d/apache2 modules

Re: [gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Michael Crute
On 10/4/05, James [EMAIL PROTECTED] wrote: Michael Crute mcrute at gmail.com writes: However that directory has the same permissions as all others. (my user) Are you sure that it has execute permissions for everyone? Um, here's a question. Does the 'apache' entry in /etc/group have

Re: [gentoo-user] Why is apache 2.2 hard masked?

2007-04-11 Thread Wolfgang Liebich
Vladimir Rusinov schrieb: On 4/11/07, *Wolfgang Liebich* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I'm fighting with authentification problems (see my further mails about mod_auth_ldap) and maybe a new module available for apache 2.2 might solve them. BUT apache 2.2

Re: [gentoo-user] Finding which package requires another

2006-04-24 Thread Martins Steinbergs
On Monday 24 April 2006 17:55, Michael J. Barillier wrote: I've removed Apache from my system (using `emerge -C') in order to use a version I've compiled/installed to /usr/local. My world file has no traces of apache, php, apr or apr-util, nor can I see anything in there that should require

Re: [gentoo-user] livejournal server gentoo vs mod_perl

2005-06-14 Thread A. Khattri
On Sun, 12 Jun 2005, Jonathan Nichols wrote: I'm having absolutely no luck with getting mod_perl to work. Has anyone had good luck with mod_perl and Apache 1? *NOT Apache 2 - I cannot upgrade to Apache 2* The ebuild looks like it builds as a DSO (this is the default for most Apache modules

Re: [gentoo-user] {OT} RAM apache MaxClients (rock a hard place)

2013-03-07 Thread Grant
It sounds like having apache serve dynamic .html pages and nginx serve images on the same port means turning apache into a proxy for nginx which I'm hoping isn't too difficult. Could this pose any problems for an ecommerce site? Changing completely from a user-facing apache to a user-facing

[gentoo-user] setgid fails with apache 2.4 but not with apache 2.2

2017-01-04 Thread mats.lidell
Hi, After upgrading to apache 2.4 I'm stuck with getting suexec to work for userdir. In the suexec_log I'm getting the error message: []: uid: (1000/) gid: (100/) cmd: []: failed to setgid (100: ) So it is coming so far as to trying to change the user id and group id but fails

[gentoo-user] problem build apache-2.4.33

2018-04-25 Thread John Covici
-mtune=core2 -pipe -ggdb-DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.4.33/work/httpd-2.4.33/os/unix -I/var/tmp/portage/www-servers/apache-2.4.33/work/httpd-2.4.33/include -I/usr/include/apr-1 -I/usr/include/db6.0 -I/var/tmp/portage/www-servers/apache

[gentoo-user] mod_perl2+apache 2.2.8+static

2008-04-01 Thread Felipe de Jesús Molina Bravo
Hi Are there some how to for static building of mod_perl2 with apache (2.2.8)? the modperl ebuild in portage is DSO ... I don't find any flag for static ... regards -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] Apache loading mod_php?

2007-12-05 Thread James
Hello, How do you test apache (2.2.6) to see which modules (in particular php) are loaded? James -- [EMAIL PROTECTED] mailing list

[gentoo-user] restart apache. but why restart mysql and nfs automatically?

2008-11-06 Thread adrian kok
Hi I restart apache. but why restart mysql and nfs automatically? thank you Send instant messages to your online friends http://uk.messenger.yahoo.com

[gentoo-user] Apache 2 blocking subversion

2005-09-30 Thread Allan Spagnol Comar
Hi All, Does someone knows why apache-2 is blocking subversion ? Is there any reason to do this ? Thanks -- gentoo-user@gentoo.org mailing list

[gentoo-user] Finding which package requires another

2006-04-24 Thread Michael J. Barillier
I've removed Apache from my system (using `emerge -C') in order to use a version I've compiled/installed to /usr/local. My world file has no traces of apache, php, apr or apr-util, nor can I see anything in there that should require Apache be installed. `equery depends apache' reports nothing

Re: [gentoo-user] apcupsd - apache module

2005-09-06 Thread James Hiscock
Is there an apache module for apcupsd or is it installed during emerge apcupsd? Add the cgi USE flag, and re-emerge. It'll get installed automagically.

[gentoo-user] apache disable 40bit encryption

2014-04-28 Thread Joseph
How do I disable apache 40bit encryption connection to my server? Is there a way to limit the connection to min 128-bit? -- Joseph

Re: [gentoo-user] apache blocking access based country

2020-12-08 Thread Grant Taylor
On 12/8/20 6:17 PM, the...@sys-concept.com wrote: so it might be easier to for apache, am I correct? Apache vs iptables is somewhat a preference. Though with Apache, chances are good that you would need to ban in multiple locations, possibly multiple VHOSTs or server wide. (See more below

Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Zimmerling, Alexander
Hi, can you post the whole logfile using pastebin.com? I had a similar problem 2 days ago Bye! Original Message Subject: [gentoo-user] Apache not compiling (31-Jul-2007 15:30) From:[EMAIL PROTECTED] To: Hi, when I try to compile Apache, I get this error

[gentoo-user] Re: FQDN v. localhost

2007-08-26 Thread Thufir
On Sun, 26 Aug 2007 23:07:34 -0400, Sean wrote: You seem to be confusing /etc/conf.d/hostname with /etc/hosts. If you want different content to be served from localhost as opposed to another fqdn, then just setup virtualhosts in apache. For leafnode, configure /etc/hosts and /etc/conf.d

Re: [gentoo-user] apache: Directory index forbidden by Options directive

2007-10-08 Thread Hans-Werner Hilse
Hi, On Mon, 8 Oct 2007 15:25:23 +0200 Arnau Bria [EMAIL PROTECTED] wrote: You're right, I needed index.php... but now php does not work!!! I'm looking for some info in gentoo wiki and I think I have all fine: APACHE2_OPTS=-D DEFAULT_VHOST -D SSL -D PHP5 in conf.d/apache And you have

Re: [gentoo-user] x86_64 apache problem

2007-12-02 Thread David Relson
Alert!: Unable to connect to remote host. lynx: Can't access startfile http://localhost/server-status /etc/init.d/apache2 configtest seems happy: * Checking Apache Configuration ... [ ok ] /etc/init.d/apache2 graceful also seems happy * Gracefully

Re: OT - What is mod_status? (WAS: Re: [gentoo-user] apache permssions)

2006-02-05 Thread kashani
Michael Sullivan wrote: What is mod_status? I assume it is something for www-apache, but I can't find it in /usr/portage/www-apache and eix has no idea about it... It's a default module within Apache like mod_rewrite or mod_proxy http://webauthv3.stanford.edu/manual/mod/mod_status.html

Re: OT - What is mod_status? (WAS: Re: [gentoo-user] apache permssions)

2006-02-05 Thread darren kirby
quoth the Michael Sullivan: What is mod_status? I assume it is something for www-apache, but I can't find it in /usr/portage/www-apache and eix has no idea about it... It is not a separate package, it is a built in virtual page analogous to the /proc filesystem that apache creates on the fly

[gentoo-user] Apache-Gallery

2005-10-05 Thread Martins Steinbergs
hi, i wanted to check out Apache-Gallery but run into not working. Can someone lead me where to look? first of all i cant figure out where browser should point to: somesite/Apache-Gallery or somesite/data/Pictures then seems everything needed is installed and running but at point when I turn

Re: [gentoo-user] Who does need apache?

2006-03-11 Thread Thomas Kear
The apache2 USE-flag is enabled on your system, causing one or more packages to depend on Apache. Run `emerge -pvuDtn world` to find out what package is depending on Apache and echo 'cat-egory/package -apache2' /etc/portage/package.use, or simply add -apache2 to your USE in make.conf

[gentoo-user] Apache checksum?

2006-05-03 Thread Justin Hart
I keep getting problems emerging apache. Specifically, checking ebuild checksums !!! Digest verification failed: !!! /usr/portage/net-www/apache/apache-2.0.54-r30.ebuild !!! Reason: Failed on SHA256 verification !!! Got: 4f86b8dbcd4dfbb4d8dbb64edeff8b91d5c050dabac914691793c10f3f09d60e

Re: [gentoo-user] newly emerged apache permissions error

2006-06-02 Thread Justin R Findlay
On Fri, Jun 02, 2006 at 12:03:11AM -0600, Chad Leigh -- Shire.Net LLC wrote: I cannot get apache to actually serve any pages. check your apache logs. Try: # tail -F /var/log/apache/error_log and reload the page and see what happens. It should give you a specific reason why it fails. Even

Re: [gentoo-user] Re: Daemons log on Gentoo

2006-06-06 Thread kashani
Mick wrote: On 06/06/06, Leandro Melo de Sales [EMAIL PROTECTED] wrote: Apache, for instance... do you know? Sorry, I don't. I have not installed apache. Check the man page for apache and the man page for its configuration file(s). Also, there must be adequate online documentation because

Re: [gentoo-user] Apache Sub directorys

2005-07-14 Thread Hans-Werner Hilse
Hi, On Thu, 14 Jul 2005 14:12:56 +0100 Michael Thompson [EMAIL PROTECTED] wrote: Even the drwxr-xr-x will not run at all. These have not changed since they were working previously. Hm. Isn't anything written to the apache error log that could give a hint? Did you restart apache after

[gentoo-user] apache blocking access based country

2020-12-08 Thread thelma
What are my options apache blocking access based on country? So fare I run onto something "geoip" or ACL (long list of IP's provided by eg:) https://www.ip2location.com/free/visitor-blocker We geoip I think I will need to install some module for apache (apache 2.2). It is using ge

[gentoo-user] Apache-2.2.6 update failed

2007-10-17 Thread Jesús Abidan Ramos Salas
Hi there, i just would like to know how to detect dependency problems with an apache update, I have uninstalled apache-2.2.6 and try to install it again and it fails, same problems with apache-tools-2.2.6. How could I fix it? I put my build.log ake[3]: se sale del directorio `/var/tmp

[gentoo-user] apache user and forced password change?

2005-06-12 Thread Craig Duncan
$ su - apache You are required to change your password immediately (root enforced) su: Authentication token is no longer valid; new one required. (Ignored) How do I set the user apache to never require a password change? C -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Apache Logs HostnameLookup Off

2005-06-15 Thread A. Khattri
On Wed, 15 Jun 2005, Ow Mun Heng wrote: I've set hostnamelookup off in the apache config but for some reason, it's still resolving the hostnames. How/why is this? Does anyone know? Did you restart Apache after making the change? -- -- gentoo-user@gentoo.org mailing list

[gentoo-user] [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Harry Putnam
I seem to recall some trick stuff done with .htaccess or the like that would cause apache to be able to display any files appearing in a directory when someone hit www.myhost.org/somedir Anyone here know how that is done? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Catalin Trifu
Option Indexes Harry Putnam wrote: I seem to recall some trick stuff done with .htaccess or the like that would cause apache to be able to display any files appearing in a directory when someone hit www.myhost.org/somedir Anyone here know how that is done?

Re: [gentoo-user] new apache install

2005-11-11 Thread kashani
Nick Smith wrote: i just built a new box that will be a mail/web server, but after emerging apache the entire /etc/apache/conf does not exsist, i tried re-emerging but nothing changed. is this something im doing wrong? perhaps /etc/apache2/ ? kashani -- gentoo-user@gentoo.org mailing list

[gentoo-user] Why is apache 2.2 hard masked?

2007-04-11 Thread Wolfgang Liebich
Hi, I'm fighting with authentification problems (see my further mails about mod_auth_ldap) and maybe a new module available for apache 2.2 might solve them. BUT apache 2.2 is hard masked - why? Any experiences? - TIA - Wolfgang -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: Daemons log on Gentoo

2006-06-06 Thread Mick
On 06/06/06, Leandro Melo de Sales [EMAIL PROTECTED] wrote: Apache, for instance... do you know? Sorry, I don't. I have not installed apache. Check the man page for apache and the man page for its configuration file(s). Also, there must be adequate online documentation because

Re: [gentoo-user] apcupsd - apache module

2005-09-06 Thread Timo Boettcher
Hi Joseph, * Joseph [EMAIL PROTECTED], Tuesday, September 6, 2005, 4:27:36 AM: Is there an apache module for apcupsd or is it installed during emerge apcupsd? An apache module? You mean some webpage with statistic functions? Have a look at nut (http://www.networkupstools.org/). There are some

[gentoo-user] Installing apache with USE='-suexec'

2009-06-15 Thread Harry Putnam
Starting to emerge apache I see the default USE flags include -suexec. I'm not much of an apache buff but wondered if that would have a bad effect on allowing users to run cig scripts. I'm not even sure its related... but recall something dimly about using suexec to run such scripts.

[gentoo-user] ftp user, local user, apache group

2009-10-09 Thread laurent
Hi, Now I've setup vsftpd with local user. For exemple I log with the user laurent, I create a folder via ftp. This folder is own by laurent, so it's not exessible via apache. How could I make that, like put laurent in a apache group? I don't really know how to play with groups and user, any

Re: [gentoo-user] how to emerge with EXTRA_CFLAGS

2010-10-25 Thread Yohan Pereira
On Tuesday 26 October 2010 1:20:25 am Kfir Lavi wrote: Ok, thinking again, just emerge apache, and make sure it emerges alone. Then change temporarily your CFLAGS in /etc/make.conf emerge apache revert to the old make.conf Regards, Kfir i would normall create the file /etc/portage/env

Re: [gentoo-user] Apache is running but its log is not

2011-05-02 Thread Adam Carter
Okay, there was already a thread about that, and my Python problem seems solved. I still have no log entries. Ok, as root, try lsof | grep apache and see if there are any open log files. You may need to emerge lsof first if you dont already have it. IIRC apache fails to start if it cant

Re: [gentoo-user] Optimising apache on a single core 32bit machine with hyperthreading

2011-09-24 Thread Florian Philipp
Am 24.09.2011 11:32, schrieb Mick: If I haven't enabled USE= apache2_mpms_prefork and apache2_mpms_worker, how does apache behave with regards to threading responses? [...] If you have neither enabled, the ebuild (apache-2 eclass, to be specific) chooses one of them based on USE=threads

Re: [gentoo-user] Heartbleed - using openssl-0.9.8y and affected

2014-04-28 Thread Michael Orlitzky
On 04/28/2014 12:02 PM, Joseph wrote: I'm using apache-2.2.25 Which file contain setting for: SSLCompression I'm trying to turn it off. It's on by default in apache-2.2. Place the following somewhere in 40_mod_ssl.conf, between IfModule ssl_module and /IfModule: # Disable CRIME attack

Re: [gentoo-user] apache2 AddHandler/SetHandler vulnerability

2015-04-26 Thread Michael Orlitzky
On 04/26/2015 05:48 PM, Mick wrote: When you say macro, is this something the webapp -U will apply, or is this some of your own brew of scripts and if so where do you apply it? Either www-apache/mod_macro with apache-2.2, or the built-in version with apache-2.4: http://httpd.apache.org

Re: [gentoo-user] apache blocking access based country

2020-12-08 Thread Grant Taylor
On 12/8/20 3:55 PM, the...@sys-concept.com wrote: What are my options apache blocking access based on country? Do you want to block connections to /just/ Apache and /nothing/ else on the system? Or do you want to block connections from specified sources to anything and everything

[gentoo-user] apache 2.4 - .htaccess IP's limit

2021-02-09 Thread thelma
Does apache 2.4 have a limit of how many individual entries like: " Require not ip xxx.xxx.xxx.xx" I can have in Apache .htaccess file? I have over 500-subnets and I've notices some IP's are being blocked even though they are not on the list.

[gentoo-user] apache 2.4.50 or php

2021-10-07 Thread thelma
I just ungraded to apache 2.4.50 but I'm getting an error with my php. 8 Or it could be related to newer PHP Version 8.0.11 When I try to login apache is giving me error code 500

[gentoo-user] Apache not compiling

2007-07-31 Thread Alessandro del Gallo
Hi, when I try to compile Apache, I get this error. those are use flags, I try some configuratiosn but always get an error zombie ~ # grep apache /etc/portage/package.use www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader -mpm-peruser -mpm-prefork -mpm-threadpool -mpm-worker -ssl

Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Kent Fredric
On 8/1/07, Alessandro del Gallo [EMAIL PROTECTED] wrote: Hi, when I try to compile Apache, I get this error. those are use flags, I try some configuratiosn but always get an error zombie ~ # grep apache /etc/portage/package.use www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader

Re: [gentoo-user] Problem installing mod_proxy

2007-01-16 Thread Thomas Balthazar
Hello, Thanks for your answer. What I need is mod_proxy. I don't even know exactly what mod_proxy_html is and if it can help me. # ls /usr/sbin/apxs2 : ls: /usr/sbin/apxs2: No such file or directory But apxs is available here : /usr/local/apache/bin/apxs # emerge -vp apache

[gentoo-user] changing Apache installation

2005-11-03 Thread michael higgins
Hello, all. I've tried to install Template Toolkit, Apache2::Template under Apache2, mod_perl2 and am having, no suprise, issues. Though this may be possible, I'm not up to it. So, rather than try to make this work, I just want to unmerge cleanly all apache/mod_perl/TT stuff on my machine

[gentoo-user] Force app to use specific outgoing ip address?

2007-05-14 Thread Crayon Shin Chan
I have a gateway machine with a single NIC but several virtual IP addresses. I have several instances of apache running, each bound to listen on their own virtual IP address. All the instances of apache are running in proxy mode. What is happening now is that all the apache instances use

[gentoo-user] Apache proftpd virtual account

2007-01-18 Thread Nikolay Balov
Hi to all :) I need little help with apache and proftpd I have a server with Apache and proftpd and i need to define an account for proftpd with which the user (he don't had a terminal access to the server) can upload files to the apache server (inside htdocs). I think that this is some kind

Re: [gentoo-user] [OT] Apache Autoindex applications

2006-07-09 Thread Daniel Iliev
Ow Mun Heng wrote: My goal. Integrate a front end apache-autoindex (w/ upload/login capability) that uses a SQL backend for authentication(I can use mod_auth_mysql as a means for connecting autoindex's htpasswd/htaccess to mysql and I am thinking of also integrating SAMBA with mysql using

Re: [gentoo-user] apache/php: chroot?

2006-07-25 Thread Jarry
Hans-Werner Hilse wrote: This won't work. Apache doesn't have inbuilt chroot facilities, AFAIK. Like most of the other standard internet services. You would have to setup a chroot env (all dependant libraries and stuff) for that. But there's nothing similar to a chroot automatic in apache. BTW

[gentoo-user] How to install viewvc w/o apache and related cruft?

2011-04-01 Thread Grant Edwards
I'm trying to install viewvc, but emerge insists on installing apache and webapp-config. I don't want to install apache (or any other web server) -- all I want to install is viewvc. I installed webapp-config, installed viewvc using emerge --nodeps, then unmerged webapp-config. Now viewvc runs

Re: [gentoo-user] apache: what could cause graceful restart requested?

2011-08-03 Thread Paul Hartman
On Wed, Aug 3, 2011 at 11:12 AM, Jarry mr.ja...@gmail.com wrote: Hi, I just noticed my apache-uptime is just a few hours. Actually, I have found my web-server has been restarted today at ~03:10 UTC. I have found this message in /var/log/apache2/error-log --- [Wed Aug 03 03:10:01 2011

Re: [gentoo-user] USERDIR problem with apache on new install

2012-09-29 Thread Michael Hampicke
Am 29.09.2012 17:08, schrieb Allan Gottlieb: On my new install USERDIR is not working. When I try http://localhost/~gottlieb, firefox says you don't have permission to access /~gottlieb and the apache error log says client denied by server configuration: /local/allan/gottlieb

Re: [gentoo-user] {OT} RAM apache MaxClients (rock a hard place)

2013-03-07 Thread Grant
Michael's proxy suggestion is excellent too - I use nginx for this a lot. It's amazingly easy to set up, a complete breath of fresh air after the gigantic do-all beast that is apache. Performance depends a lot on what your sites actually do, if every page is dynamic with changing content

Re: [gentoo-user] apache and the -D parameter

2015-04-20 Thread J. Roeleveld
On Monday, April 20, 2015 06:56:49 PM Bill Kenworthy wrote: Hi, I am trying to set up mod_wsgi and apache in an LXC container. apache is ignoring all -D parameters on startup even though I can see them in the startup script debug and they are being passed to apache according to ps aux

Re: [gentoo-user] logjam vulnerability

2015-05-21 Thread Stefan G. Weichinger
On 21.05.2015 17:09, Paul Tobias wrote: for apache-2.2.29 (=stable gentoo package) I googled that one has to # cat dhparams.pem /my/ssl_cert_file and restart apache Hmm, where did you read that? for example, in here: http://serverfault.com/questions/693241/how-to-fix-logjam

Re: [gentoo-user] apache blocking access based country

2020-12-08 Thread thelma
On 12/08/2020 03:55 PM, the...@sys-concept.com wrote: > What are my options apache blocking access based on country? > So fare I run onto something "geoip" or ACL (long list of IP's provided by > eg:) > https://www.ip2location.com/free/visitor-blocker > > We geoip I

Re: [gentoo-user] apache - virtual host not working

2011-12-11 Thread J. Roeleveld
On Mon, December 12, 2011 7:23 am, Joseph wrote: Any any body provide me with hint why my virtual host is not working in apache? We'll try :) I've copied server config files from one computer to another. Which config-files? I think apache uses the following: /etc/conf.d/apache /etc/apache

[gentoo-user] Apache 2 + portage

2008-03-02 Thread dexters84
Hi I'm a little confused as long as new Apache use flags are concerned. With old Apache versions ( pre 2.2.6) all valid flags shown in *emerge -pv Apache* could have been set in /etc/portage/package.use in following format *www-servers/apache flag flag -foo -bar flag* and life was great

Re: [gentoo-user] changing Apache installation

2005-11-04 Thread A. Khattri
cleanly all apache/mod_perl/TT stuff on my machine, including leftover configs. And then re-install apache 1.x, or whatever. Any pointers to make this go smoothly? I'm thinking something like CONFIG_PROTECT_MASK=-* emerge -Cv apache modperl or something similar... is this possible, or do I have

[gentoo-user] OT - Apache, mod_perl, and Apache-ASP

2006-03-31 Thread Michael Sullivan
I am attempting to install Apache-ASP for my users on my server box. Personally, I don't use ASP (I prefer PHP), but most of my users still prefer Microsoft and they might want to use it. It wasn't available in portage, so I had to get the source code off the Internet. I've followed all

Re: [gentoo-user] apache: what could cause graceful restart requested?

2011-08-03 Thread Michael Mol
On Wed, Aug 3, 2011 at 12:31 PM, Jarry mr.ja...@gmail.com wrote: But is it actually necessary to do it? I mean everything between postrotate-endscript is done after the log file has been rotated. The log file has been moved, but Apache still holds open the file descriptor to the old log file

Re: [gentoo-user] svn repo and apache - something went wrong

2011-12-26 Thread Michael Orlitzky
On 12/26/11 09:56, András Csányi wrote: I was able to reach my repository through apache. The whole system was based on this [1] tutorial. I've double checked everything but the issue is the same. I've checked the emerge logs and in the last 2 weeks there wasn't any apache and subversion

[gentoo-user] Apache forked itself to death...

2012-09-16 Thread Jarry
Hi, strange thing happened to my web-server (apache-2.2.22-r1): it started forking untill it used all ram/swap and stopped responding. I counted ~60 apache processes running (ps -a), all sleeping, top showed no load except all memory being used. Log-files showed nothing suspicious to me, except

Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Abraham Marín Pérez
Alessandro del Gallo escribió: Hi, when I try to compile Apache, I get this error. those are use flags, I try some configuratiosn but always get an error zombie ~ # grep apache /etc/portage/package.use www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader -mpm-peruser -mpm-prefork

Re: [gentoo-user] Apache not compiling

2007-08-01 Thread Alessandro del Gallo
: Alessandro del Gallo escribió: Hi, when I try to compile Apache, I get this error. those are use flags, I try some configuratiosn but always get an error zombie ~ # grep apache /etc/portage/package.use www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader -mpm-peruser -mpm-prefork -mpm

Re: [gentoo-user] {OT} RAM apache MaxClients (rock a hard place)

2013-03-09 Thread Grant
I can probably dump a lot of apache config. I still need SSL on both servers even though only nginx faces the user? Perhaps you need Apache for certain pages otherwise this is simply a quick fix which is fair enough, we always like those at times but it sounds to me like you could have

Re: [gentoo-user] Gentoo Java / Apache Tomcat choices vs FreeBSD

2006-02-15 Thread Eugene Rosenzweig
its pretty darn good but I have to say I am a bit disappointed with the Tomcat/Apache/Java choices Gentoo portage has to offer. The main reason I am interested in Gentoo Linux was the fact I can use a Java supplied from Sun as an alternative to some of the FreeBSD native Java compiled via

Re: [gentoo-user] PosgreSQL - pg_hba.conf localhost access only

2013-04-24 Thread J. Roeleveld
Joseph syscon...@gmail.com wrote: On 04/24/13 07:11, J. Roeleveld wrote: On Wed, April 24, 2013 00:16, Joseph wrote: On 04/23/13 20:10, J. Roeleveld wrote: SNIP I am guessing Apache is running on the same machine as your Postgresql server? In this case. The connection will always originate

[gentoo-user] A networking question...

2009-05-05 Thread Steve
I've a gentoo box sat behind a firewall - it runs a apache and sshd with holes punched through NAT to allow remote access. It runs DHCP and DNS services for my LAN. I would like to run a second instance of apache on a fresh IP address - to simulate a hosted environment supporting https. I

Re: [gentoo-user] A networking question...

2009-05-05 Thread Sascha Hlusiak
Am Dienstag 05 Mai 2009 22:32:38 schrieb Steve: I've a gentoo box sat behind a firewall - it runs a apache and sshd with holes punched through NAT to allow remote access. It runs DHCP and DNS services for my LAN. I would like to run a second instance of apache on a fresh IP address

  1   2   3   4   5   6   7   8   9   10   >