[users@httpd] Re:[users@httpd] One VHOST per user ?

2014-03-10 Thread Bremser, Kurt (AMOS Austria GmbH)
See the VHostUser directive. HTH Von: BONNET, Frank [frank.bon...@esiee.fr] Gesendet: Montag, 10. März 2014 15:07 An: users@httpd.apache.org Betreff: **SPAM?** [users@httpd] One VHOST per user ? [wd-vc] Hello In order to let our users access to their home

AW: [users@httpd] Replacing value of existing environment variables [wd-vc]

2014-04-10 Thread Bremser, Kurt (AMOS Austria GmbH)
Do you use csh? If not, the setenv won't work, because it is a csh builtin command. Use export SERVER_ADDR=1.2.3.4 (sh, ksh, bash builtin command) instead. Kurt Bremser AMOS Austria Hietzinger Kai 101-105 1130 Wien +43 59009 80627 Der Geist ist wie ein Fallschirm. Er funktioniert am besten, wenn

AW: [users@httpd] Escaping space in SetEnv [wd-vc]

2014-04-11 Thread Bremser, Kurt (AMOS Austria GmbH)
In my experience, having blanks in a UNIX path is such a PITA that I do everything to avoid it. Everytime you need to hand it over you have to worry how many escapes (\) you have to do so that it arrives correctly at the end of the information chain. It is MUCH less hassle to simply use

[users@httpd] mod_ossl configuration for solaris 10

2014-04-28 Thread Bremser, Kurt (AMOS Austria GmbH)
Welcome to Solaris. This just means that you don't have a compiler installed, /usr/ucb/cc is just a stub that gives this error message. Newton was wrong. There is no gravity. The Earth sucks. Von: Chandrasekaran, Narasimhan (VDH)

[users@httpd] mod_ossl configuration for solaris 10 [wd-vc]

2014-04-28 Thread Bremser, Kurt (AMOS Austria GmbH)
Hi Chandrasekaran. Did you run config before make? Newton was wrong. There is no gravity. The Earth sucks. Von: Chandrasekaran, Narasimhan (VDH) [naras.chandraseka...@vdh.virginia.gov] Gesendet: Montag, 28. April 2014 15:06 An: cain dickens;

Re: [users@httpd] Configuring two tomcat instances resolving to a directory on the same domain

2014-05-05 Thread Bremser, Kurt (AMOS Austria GmbH)
Hi! Since you do have a worker for each tomcat instance, you just have to assign the paths to the correct worker in mod_jk.conf: JkMount /path1 ajp13_1 JkMount /path2 ajp13_2 (or whatever your workers are named in workers.properties) Kurt Bremser AMOS Austria Newton was wrong. There is no

AW: [users@httpd] CGI script returns content of file [wd-vc]

2014-05-19 Thread Bremser, Kurt (AMOS Austria GmbH)
I do not think that AddHandler is correct inside a Directory block Kurt Bremser Newton was wrong. There is no gravity. The Earth sucks. Von: Jason Friedman [jsf80...@gmail.com] Gesendet: Montag, 19. Mai 2014 04:56 An: users@httpd.apache.org Betreff: [users@httpd]

AW: [users@httpd] AW: error reading response

2014-07-25 Thread Bremser, Kurt (AMOS Austria GmbH)
Could a quota be involved, or a native file size limit imposed by the file system? Kurt Bremser AMOS Austria Von: ulrich.her...@t-systems.com [ulrich.her...@t-systems.com] Gesendet: Freitag, 25. Juli 2014 12:53 An: users@httpd.apache.org Betreff: [users@httpd]

AW: [users@httpd] apache umask to get 775 file permissions [wd-vc]

2014-07-28 Thread Bremser, Kurt (AMOS Austria GmbH)
If it is a simple shell script, add an appropriate chmod command after the file is created; if several files are created, put the umask statement in there before file creation. I would not recommend changing umask for the whole apache just to get it right for the output of a single cgi script.

AW: [users@httpd] accept.lock.nn [wd-vc]

2014-08-26 Thread Bremser, Kurt (AMOS Austria GmbH)
These are basically semaphore files for the MPM. Delete them all once you have stopped apache for any reason. Kurt Newton was wrong. There is no gravity. The Earth sucks. Von: Gil Dawson [gildaw...@gmail.com] im Auftrag von Gil Dawson [g...@gildawson.com]

AW: [users@httpd] enable .htaccess [wd-vc]

2014-08-27 Thread Bremser, Kurt (AMOS Austria GmbH)
You need to specify the correct AllowOverride for the directories in question. Kurt Newton was wrong. There is no gravity. The Earth sucks. Von: Matthew Smith [chedders...@gmail.com] Gesendet: Mittwoch, 27. August 2014 08:54 An: users Betreff: [users@httpd]

[users@httpd] AW: **SPAM?** RE: [users@httpd] AJP Errors? [wd-vc]

2014-09-03 Thread Bremser, Kurt (AMOS Austria GmbH)
apxs resides in the bin directory of the apache install tree (eg /usr/local/apache/bin) Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Smith, Burton [burton.sm...@williams.com] Gesendet: Mittwoch, 3. September 2014

AW: [users@httpd] rotatelogs.exe keeps one giant file [wd-vc]

2014-09-25 Thread Bremser, Kurt (AMOS Austria GmbH)
Hi! The behaviour of the ErrorLog is as designed. rotatelogs does not create a file when nothing is logged during that given interval. Some ideas about the big file issue: - are you sure you have no additional ErrorLog or CustomLog directives? - maybe you have an additional apache instance with

[users@httpd] corrupted content error, httpd can't access SSL key file [wd-vc]

2014-09-29 Thread Bremser, Kurt (AMOS Austria GmbH)
The first thing that I'd try is sudo chmod go+r /etc/ssl/private/owncloud.key Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Benjamin Oppermann [ben@eml.cc] Gesendet: Montag, 29. September 2014 13:31 An:

AW: [users@httpd] Memory allocation request exceeded 65,000 bytes [wd-vc]

2014-10-09 Thread Bremser, Kurt (AMOS Austria GmbH)
A quick google search reveals that this has _nothing_ to do with apache, it is a Lotus Notes Domino message. You need to look for help there. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: aparna Puram

AW: [users@httpd] Security Vulnerability issues [wd-vc]

2014-10-13 Thread Bremser, Kurt (AMOS Austria GmbH)
Oracle: see Oracle. apache: as of http://httpd.apache.org/security/vulnerabilities_22.html, fixed with 2.2.22 Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: pratibha.dhank...@wipro.com [pratibha.dhank...@wipro.com]

AW: [users@httpd] Re: [wd-vc]

2014-10-13 Thread Bremser, Kurt (AMOS Austria GmbH)
If you need to stay at 2.2, take the most recent version there. Otherwise migrate to the most recent version of 2.4. AFAIK, that means 2.2.27 or 2.4.10 at the moment. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von:

AW: [users@httpd] Apache default page not displayed [wd-vc]

2015-03-30 Thread Bremser, Kurt (AMOS Austria GmbH)
Where does DocumentRoot in your httpd.conf point to? Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Stephen Liu [sati...@yahoo.com.INVALID] Gesendet: Montag, 30. März 2015 11:01 An: users@httpd.apache.org Betreff:

Re: [users@httpd] Service temporarily unavailable

2015-05-07 Thread Bremser, Kurt (AMOS Austria GmbH)
Have you considered using a connector like mod_jk to connect to the servlet container? Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Sandeep HS [hssandee...@gmail.com] Gesendet: Donnerstag, 7. Mai 2015 13:38 An:

AW: [users@httpd] Random latency in reentrant calls (Bug 57916) [wd-vc]

2015-05-12 Thread Bremser, Kurt (AMOS Austria GmbH)
Maybe it's a storage problem when paging space is allocated? Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Luc Andre [landre3...@gmail.com] Gesendet: Dienstag, 12. Mai 2015 12:28 An: users@httpd.apache.org Betreff: Re:

Re: [users@httpd] Httpd Tomcat

2015-04-17 Thread Bremser, Kurt (AMOS Austria GmbH)
Tomcat uses several ports. One of these is a standard HTML port that can be usefully accessed with a browser. Since tomcat itself listens on this port, DO NOT USE it in httpd! If you want to serve tomcat content via your apache(httpd), you need to use a connector (ie mod_jk) and specify the

Re: [users@httpd] Apache Larger file upload.

2015-06-02 Thread Bremser, Kurt (AMOS Austria GmbH)
LimitRequestFields 40 LimitRequestFieldSize 4094 LimitRequestLine 500 On Tuesday, June 2, 2015 9:26 AM, Bremser, Kurt (AMOS Austria GmbH) kurt.brem...@allianz.at wrote: The time roughly translates to a bandwidth of 4 Mbit. Are you sure that it's not the net infrastructure that is limiting your transfer

Re: [users@httpd] Web app works with Apache Server (1.3.20) on some but not all identically configured PCs

2015-06-02 Thread Bremser, Kurt (AMOS Austria GmbH)
Looks like you have a problem with the blank in Program Files. You may be missing quotes around the path name somewhere. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Hessel, Carl [carl.hes...@subcom.com]

Re: [users@httpd] Apache Larger file upload.

2015-06-02 Thread Bremser, Kurt (AMOS Austria GmbH)
it taking same amount of time. Regards, Pradeep On Tuesday, June 2, 2015 10:21 AM, Bremser, Kurt (AMOS Austria GmbH) kurt.brem...@allianz.at wrote: I'm not talking about Apache parameters. If you try an upload with a different method (FTP, SFTP), how fast is that? Kurt Bremser AMOS Austria

Re: [users@httpd] Apache Larger file upload.

2015-06-02 Thread Bremser, Kurt (AMOS Austria GmbH)
The time roughly translates to a bandwidth of 4 Mbit. Are you sure that it's not the net infrastructure that is limiting your transfer? Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: pradeepkumar tanguturi

Re: [users@httpd] Apache Larger file upload.

2015-06-02 Thread Bremser, Kurt (AMOS Austria GmbH)
? On Tuesday, June 2, 2015 10:48 AM, Bremser, Kurt (AMOS Austria GmbH) kurt.brem...@allianz.at wrote: Then the culprit is not apache, but your network connection. If you use, say, ADSL, the upload will have considerably less bandwidth than the download. Kurt Bremser AMOS Austria Newton

Re: [users@httpd] Security question

2015-07-03 Thread Bremser, Kurt (AMOS Austria GmbH)
I guess that the 200 comes from the fact that apache simply delivered the /index.html page. Or did you find that sc.gif was transferred and executed? Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Victor Sterpu

[users@httpd] Security question

2015-07-03 Thread Bremser, Kurt (AMOS Austria GmbH)
@httpd] Security question [wd-vc] sc.gif was executed. On 03.07.2015 09:05, Bremser, Kurt (AMOS Austria GmbH) wrote: I guess that the 200 comes from the fact that apache simply delivered the /index.html page. Or did you find that sc.gif was transferred and executed? Kurt Bremser AMOS Austria Newton

Re: [users@httpd] Is it possible to install apache server with non-root user [wd-vc]

2015-10-29 Thread Bremser, Kurt (AMOS Austria GmbH)
urt (AMOS Austria GmbH) wrote: > Since httpd requires root privilege to bind to port 80, it needs to > be run by the superuser, so from a security POV it should NOT be > installed by another userid. You also need root privilege on many > UNIXen to run the child processes under a d

AW: [users@httpd] Is it possible to install apache server with non-root user [wd-vc]

2015-10-29 Thread Bremser, Kurt (AMOS Austria GmbH)
Since httpd requires root privilege to bind to port 80, it needs to be run by the superuser, so from a security POV it should NOT be installed by another userid. You also need root privilege on many UNIXen to run the child processes under a different userid, if such is specified in the User

Re: [users@httpd] make apache 2.4.17 portable under ubuntu [wd-vc]

2015-10-19 Thread Bremser, Kurt (AMOS Austria GmbH)
1. all systems must have the same Ubuntu release. 2. on all systems, the stick needs to be mounted on the same directory 3. build apache with a apache root directory that is located on the mounted stick. Make sure that nothing escapes you (conf location etc) That should do the trick. I have done

RE: [users@httpd] Configure Apache behind proxy with auth [wd-vc]

2015-10-16 Thread Bremser, Kurt (AMOS Austria GmbH)
Being behind a proxy suggests you are inside a firewalled intranet. You won't need the proxy at all to access your apache server from clients located inside the intranet. If you want your PC's http server to be accessible from the "outside", you need to have a rule defined on the firewall to

RE: [users@httpd] Configure Apache behind proxy with auth [wd-vc]

2015-10-16 Thread Bremser, Kurt (AMOS Austria GmbH)
Then your problem is not with apache, but with curl. http://stackoverflow.com/questions/5211887/how-to-use-curl-via-a-proxy may be helpful. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Lucas Santos Sanches

RE: [users@httpd] Configure Apache behind proxy with auth [wd-vc]

2015-10-16 Thread Bremser, Kurt (AMOS Austria GmbH)
How do your PHP scripts access the internet? (provide a code sample) Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Lucas Santos Sanches [lcssanc...@hotmail.com] Gesendet: Freitag, 16. Oktober 2015 14:47 An:

Re: [users@httpd] Difference between Apache 2.2.4 Vs 2.2.25

2015-09-04 Thread Bremser, Kurt (AMOS Austria GmbH)
If you upgrade within the 2.2 branch, go to the latest release (2.2.31). But also have a look at the latest 2.4 release. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Mahendiran Vel [mahen...@gmail.com] Gesendet: Freitag,

Re: [users@httpd] Memory mapping in Apache question [wd-vc]

2015-09-13 Thread Bremser, Kurt (AMOS Austria GmbH)
On any serious operating system, accessing the same content will be memory-mapped after the first request, since from then on the file(s) in question will be cached. Reducing the complexity inside apache may even give a benefit. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity.

[users@httpd] AW: **SPAM?** [users@httpd] Pre-compiled apachev2.2 binaries for AIX [wd-vc]

2015-10-02 Thread Bremser, Kurt (AMOS Austria GmbH)
Have the Linux Toolbox for AIX installed by your AIX admin(s) ASAP. I can't figure out why anyone would run AIX today without it. Then it is quite easy to do the build on your own. You can also find packages for AIX 5 and 6 at http://www.bullfreeware.com/ Kurt Bremser AMOS Austria Newton was

Re: [users@httpd] Apache Upgrade - Load Modules [wd-vc]

2015-09-24 Thread Bremser, Kurt (AMOS Austria GmbH)
Comment the LoadModule directives in your conf that cause the messages. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Ravikiran Chaulwar [ravikiran.chaul...@elab.abudhabi.ae] Gesendet: Donnerstag, 24. September 2015 13:18

[users@httpd] AW: **SPAM?** [users@httpd] WebDAV can't copy folder [wd-vc]

2015-12-17 Thread Bremser, Kurt (AMOS Austria GmbH)
I guess this is a common usability problem of the Windows Exploder. When entering file names, the Exploder auto-completes the name, so you actually "enter" the autocompleted name.txt instead of just name. Have you tried to use your WebDAV connection with another file handling tool like Total

AW: AW: [users@httpd] Apache Server Access [wd-vc]

2016-01-11 Thread Bremser, Kurt (AMOS Austria GmbH)
@httpd.apache.org Betreff: Re: AW: [users@httpd] Apache Server Access [wd-vc] Please tell me the related directives. Regards Faisal Sent from Outlook Mobile<https://aka.ms/blhgte> On Mon, Jan 11, 2016 at 5:50 AM -0800, "Bremser, Kurt (AMOS Austria GmbH)" <kurt

AW: [users@httpd] Apache Server Access [wd-vc]

2016-01-11 Thread Bremser, Kurt (AMOS Austria GmbH)
192.168 indicates you are using a private network. IP addresses in this range cannot be routed outside of the local segment. If you want to access the apache server from the internet, you need to set up a virtual server on the router/firewall that routes ports 80/443 requests to the correct

AW: [users@httpd] Self-compiled httpd and OpenSSL: Trying to start httpd without using LD_LIBRARY_PATH [wd-vc]

2016-04-08 Thread Bremser, Kurt (AMOS Austria GmbH)
>-- /bin/sh[1]: /basedir/installers/httpd-2.4.18/srclib/apr/libtool: cannot execute [Permission denied] gmake[3]: *** [unixd.lo] Error 126 gmake[3]: Leaving directory `/basedir/installers/httpd-2.4.18/os/unix' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory

Re: [users@httpd] issue during installing httpd-2.0.63 [wd-vc]

2016-04-15 Thread Bremser, Kurt (AMOS Austria GmbH)
I positively recommend getting the gcc from the Linux Toolbox and using that for compiling. HTH Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Sandeep Acharya [sandeepacharya1...@gmail.com] Gesendet: Freitag, 15.

AW: [users@httpd] Get UID/GID from a username string [wd-vc]

2016-04-15 Thread Bremser, Kurt (AMOS Austria GmbH)
In case your system uses /etc/passwd, this will get you both values separated by a colon: grep username /etc/passwd|cut -f3,4 -d: HTH Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Ben RUBSON

Re: [users@httpd] Apache and Javascript [wd-vc]

2016-04-18 Thread Bremser, Kurt (AMOS Austria GmbH)
Since javascript is just text embedded in HTML pages and executed by the user agent on the client, nothing needs to be done. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Brandon L. Wisenburg

Re: [users@httpd] Apache and Javascript [wd-vc]

2016-04-18 Thread Bremser, Kurt (AMOS Austria GmbH)
An: users Betreff: **SPAM?** Re: [users@httpd] Apache and Javascript [wd-vc] Even if there is a separate folder in the document root that contains .js files? - Original Message - From: "Bremser, Kurt (AMOS Austria GmbH)" <kurt.brem...@allianz.at> To: "users" <

AW: [users@httpd] Change user for Apache web server to a non-privileged user? [wd-vc]

2016-09-14 Thread Bremser, Kurt (AMOS Austria GmbH)
Looks like http-web misses read/execute permissions on your DocumentRoot directory. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Tom Hammond [tomino...@gmail.com] Gesendet: Mittwoch, 14. September 2016 14:16 An:

AW: [users@httpd] Change user for Apache web server to a non-privileged user? [wd-vc]

2016-09-14 Thread Bremser, Kurt (AMOS Austria GmbH)
! May you provide the command that properly adds read/execute permissions to DocumentRoot at /opt/fpp/www I am new to learning Linux and could use some help. :) Thanks agian, Tom On Wed, Sep 14, 2016 at 8:26 AM, Bremser, Kurt (AMOS Austria GmbH) <kurt.brem...@allianz.at<mailto:kur

AW: [users@httpd] New virtual host not working [wd-vc]

2016-09-21 Thread Bremser, Kurt (AMOS Austria GmbH)
It might be that the "outside" DNS takes precedence over your hosts file. Your other names might not have an equivalent in the net, but your new domain has, and is therefore served from the DNS. In AIX, that order is configured in /etc/netsvc.conf, where "local" must be before "bind" so that

Re: [users@httpd] apachectl fullstatus for multiple instance of httpd [wd-vc]

2016-12-05 Thread Bremser, Kurt (AMOS Austria GmbH)
The second instance uses its own httpd.conf file. apachectl accepts this file via the -f parameter. HTH, Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Bertrand Lods [bertrand.l...@ac-caen.fr] Gesendet: Montag, 5.

[users@httpd] Re: **SPAM?** Re: [users@httpd] apachectl fullstatus for multiple instance of httpd [wd-vc]

2016-12-05 Thread Bremser, Kurt (AMOS Austria GmbH)
. cordialy Le 05/12/2016 à 13:08, Bremser, Kurt (AMOS Austria GmbH) a écrit : The second instance uses its own httpd.conf file. apachectl accepts this file via the -f parameter. HTH, Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks

Re: [users@httpd] apachectl fullstatus for multiple instance of httpd [wd-vc]

2016-12-05 Thread Bremser, Kurt (AMOS Austria GmbH)
script directly with httpd (because THAT accepts the -f). can you give me detail about how you did it? cordialy, Le 05/12/2016 à 16:12, Bremser, Kurt (AMOS Austria GmbH) a écrit : Then I'd look in apachectl what the fullstatus does and do it from my own script directly with httpd (because

AW: [users@httpd] Unable to start apache [wd-vc]

2017-03-16 Thread Bremser, Kurt (AMOS Austria GmbH)
Use apachectl start as the script sets important prerequisites for httpd to work. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: luis medrano [lmzaldi...@gmail.com] Gesendet: Mittwoch, 15. März 2017 17:32 An: