[users@httpd] how to have multiple sub-domains on my webserver?

2016-12-25 Thread Rajeev Prasad
Hello, I am getting very confused.  I have ubuntu server 16.04 LTS, with apache. I need to have domains as: secure.abc.comsecure.abc.com/monitorxsecure.abc.com/phpmyadminetc... www.abc.com how should i configure my webserver??? Thank you.Rajeev

[users@httpd] (resolved) Re: [users@httpd] wrong IP address in apache logs

2012-09-25 Thread Rajeev Prasad
it was resolved using this help:   http://www.techstacks.com/howto/log-client-ip-and-xforwardedfor-ip-in-apache.html From: John Karr brain...@brainbuz.org To: users@httpd.apache.org Sent: Monday, September 24, 2012 9:51 PM Subject: RE: [users@httpd] wrong

[users@httpd] wrong IP address in apache logs

2012-09-24 Thread Rajeev Prasad
Hello, I am using authentication from another site in intranet (redirect user), but i am expecting the user's PC IP in the apache logs. I am not seeing that, I sometimes see VPN IP (when I come over VPN) or IP of a server, which is entirely different hardware. has no connection to mine. can

Re: [users@httpd] wrong IP address in apache logs

2012-09-24 Thread Rajeev Prasad
thx. i looked up the environment variables coming in from browser, and i see this: HTTP_VIA: 1.1 some_other_PROXY_FQDN:8080 (squid/2.7.STABLE7), 1.0 my_browser_PROXY_FQDN:8080 (squid/2.6.STABLE22) HTTP_X_FORWARDED_FOR: right_IP_of_accessing_PC, IP_of_proxy PATH: /usr/local/bin:/usr/bin:/bin

[users@httpd] start another daemon when apache starts on ubuntu. how to?

2012-08-13 Thread Rajeev Prasad
hello, can someone please advice how can i start another daemon when apache starts on ubuntu, and if it fails write that error to my apache error log ? ty. Rajeev - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [users@httpd] mod_authnz_external and mod_auth_external

2012-08-10 Thread Rajeev Prasad
mod_auth_tkt is what i was looking for thanks a lot! From: Yehuda Katz yeh...@ymkatz.net To: users@httpd.apache.org; Rajeev Prasad rp.ne...@yahoo.com Sent: Thursday, August 9, 2012 5:25 PM Subject: Re: [users@httpd] mod_authnz_external and mod_auth_external

[users@httpd] mod_authnz_external and mod_auth_external

2012-08-09 Thread Rajeev Prasad
is there a way/module in Apache to authenticate users by redirecting to a separate website and then accept back the encrypted cookie it generates on successful authentication? ty. Rajeev - To unsubscribe, e-mail:

Re: [users@httpd] confused about modsecurity and apparmor

2012-03-05 Thread Rajeev Prasad
.)   I will go for both AppAromr and mod_security. I will publish my notes, once i get everything done right. From: Mark Montague m...@catseye.org To: users@httpd.apache.org Cc: Rajeev Prasad rp.ne...@yahoo.com Sent: Monday, March 5, 2012 7:03 AM Subject: Re: [users

[users@httpd] confused about modsecurity and apparmor

2012-03-04 Thread Rajeev Prasad
want to make sure my web server is highly secure.   I am not sure between modsecurity and AppArmor. can someone help with their experience?   ty Rajeev

[users@httpd] apache vs Hiawatha web server

2012-03-03 Thread Rajeev Prasad
Has anyone here ever tried Hiawatha web server? i need to run only mysql, php and perl in the backend. i am concerned with memory footprint and speed difference between the two servers. personal websites would be holding data, pictures, videos etc. at what kind of web traffic level (for e.g.

[users@httpd] best website security method

2012-02-22 Thread Rajeev Prasad
Hello, what is the best website security method? 1. best authentication method?(AuthMYSQL?) 1.b best data authorization method? 2. best website security method?(ssl?) 3. which is the best open source automated and heuristic web vulnerability scanner ? plz. advice. ty Rajeev

[users@httpd] has anyone ever used jQuery.validationEngine. ?

2011-10-01 Thread Rajeev Prasad
sorry this is not apache question, but it seems help is too difficult to get on this jquery plugin. i need some advice, so just shouting, is there anyone who has used this ever? can we talk? thx! - The official User-To-User

Re: [users@httpd] ServerAlias and RewriteRule

2011-09-15 Thread Rajeev Prasad
Hello,   I am not sure why I my emails are getting this error (and not being published in list), when i send a fresh email to list.     body   any advice? thank you. Rajeev     From: Tom Evans tevans...@googlemail.com To: users@httpd.apache.org Sent: Wednesday, August 17, 2011 11:03 AM Subject:

[users@httpd] not able to write file in directory

2011-09-15 Thread Rajeev Prasad
hello, I have my site config as below on ubuntu:   I am running a perl cgi which is trying to write a file under /var/www/testwebsite.com/www/data folder, but i am getting error like this:    [error] [client x] could not open /var/www/testwebsite.com/www/data/testfile: Permission denied,

Re: [users@httpd] ServerAlias and RewriteRule

2011-09-15 Thread Rajeev Prasad
and RewriteRule Quoting Rajeev Prasad rp.ne...@yahoo.com: Hello,   I am not sure why I my emails are getting this error (and not being published in list), when i send a fresh email to list. FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_PASS, URI_OBFU_WWW Because you're sending from Yahoo

[users@httpd] inline form checking using jquery.

2011-09-14 Thread Rajeev Prasad
hello, sorry to post this in apache forum, but for days i have got no response on this on htmlhelp.com forum. I am trying to setup form validation as explained in this article. I am not sure what am i doing wrong, this is not working...coz i am able to pass null values etc. i am getting no

Re: [users@httpd] inline form checking using jquery.

2011-09-14 Thread Rajeev Prasad
thanks all,   i've figured this now.     From: Rajeev Prasad rp.ne...@yahoo.com To: users@httpd.apache.org users@httpd.apache.org Sent: Wednesday, September 14, 2011 5:22 PM Subject: [users@httpd] inline form checking using jquery. hello, sorry to post this in apache forum, but for days i have

[users@httpd] replacing html form?

2011-08-31 Thread Rajeev Prasad
Hello,   This is not exactly related to Apache, but i could not find where to post this question: (if you know any good HTML mailing list kindly let me know)   is 'html form'  the only way to get data from user?   form name. /form   can't we use something else?   thank you. Rajeev

[users@httpd] AuthMySQL_Encryption_Types SHA1Sum not working

2011-08-10 Thread Rajeev Prasad
Hi, I am not able to figure why SH1Sum authentication type is not working in sql table: userid: test2 sh1sum password stored:  9054fbe0b622c638224d50d20824d2ff6782e308 I computed sha2sum password as below: $ echo test2|sha1sum 9054fbe0b622c638224d50d20824d2ff6782e308  - in apache config:

Re: [users@httpd] AuthMySQL_Encryption_Types SHA1Sum not working

2011-08-10 Thread Rajeev Prasad
Thank you Bjorn, that fixed my issue. From: Björn Zettergren bjorn.zetterg...@basefarm.se To: users@httpd.apache.org users@httpd.apache.org; Rajeev Prasad rp.ne...@yahoo.com Cc: users@httpd.apache.org users@httpd.apache.org Sent: Wednesday, August 10, 2011 11

[users@httpd] using mod auth_mysql with apache for authentication

2011-08-08 Thread Rajeev Prasad
Hello, currently i have  mod auth_mysql configured and running as plaintext password: * Apache/2.2.16 (Ubuntu) * MySQL client version: 5.1.491. how can i generate crypt_des passwords to store in database? 2. how can i get a user log out once the browser tab is  closed. seems i