[users@httpd] apache 2.4.3 and Require instead of Allow from

2012-10-22 Thread Alain Roger
Hi, in former version of apache 2.2 we used Allow from 192.168.1.10 to allow computer with ip address 192.168.1.10 to access to web folder and thus to website. under apache 2.4.x now we have to user Require instead... here is my problem i know that if i write Require all granted everybody will

Re: [users@httpd] apache 2.4.3 and Require instead of Allow from

2012-10-22 Thread Alain Roger
Sorry i found it too late :( but thx anyway On Tue, Oct 23, 2012 at 12:01 AM, Pete Houston p...@openstrike.co.uk wrote: On Mon, Oct 22, 2012 at 11:44:44PM +0200, Alain Roger wrote: How can i do to restrict this folder/website to 2 ip addresses (e.g. 192.168.1.10 and 192.168.2.50

[users@httpd] problem with virtual host to access from another computer

2012-08-18 Thread Alain Roger
Hi, on computer A i installed a WAMP server with virtualhost. on computer A, if i type www.myserver.loc (as virtualhost) i'm redirected to localhost (so A computer) but in a particular folder...so my virtualhost works very well. in computer A, i installed an Ubuntu 12.04LTS (computer B) OS under

[users@httpd] trouble with virtualhost in http/https

2012-05-26 Thread Alain Roger
Hi, i have some issues with virtualhosts in http and https on windows 7. basically i have 2 virtualhost using http/https and setup as following: [code]#-- # website1 with Joomla 2.5 #-- VirtualHost *:80 DocumentRoot d:/webserver/www/website1

Re: [users@httpd] trouble with virtualhost in http/https

2012-05-26 Thread Alain Roger
I did as in the documentation: # Ensure that Apache listens on port 80 Listen 80 # Listen for virtual host requests on all IP addresses NameVirtualHost *:80 VirtualHost *:80 DocumentRoot /www/example1 ServerName www.example1.com # Other directives here /VirtualHost VirtualHost *:80

[users@httpd] https port and virtualhost

2012-03-04 Thread Alain Roger
Hi, on my local windows 7 computer, i have installed and setup a web server for development purpose. everything works well under port 80 (listening, servername, etc..), i also setup virtualhost in extra conf file as following: VirtualHost *:80 DocumentRoot d:/webserver/www/joomla25 ServerName

[users@httpd] setup apache to replace joomla administrator login windows

2012-02-17 Thread Alain Roger
Hi, i have Joomla 2.5 installed on my apache server and when people type www.myserver.com/administrator/ they are redirected to my joomla administration login window. Therefore they know it's a joomla installation and could try something to hack it. i would like to avoid it and i've already seen

[users@httpd] virtualhost on localhost with .htaccess

2012-01-06 Thread Alain Roger
Hi, on my local computer (localhost on windows 7) i installed Apache to use Joomla. I setup virtual host (\apache\conf\extra\httpd-vhosts.conf) and it works great. now for each virtual host, i would like to use a special .htaccess file, so i added: AccessFileName .htaccess here is an example of

[users@httpd] timezone under Windows 7

2011-11-06 Thread Alain Roger
Hi, i have configure a PHP server with apache httpd. i would like to know if there is a parameter to setup apache timezone or time/date information ? in PHP and under windows everything is OK, however some script shown a [time -1] and i don't know from where is it :-( i guess apache has something

[users@httpd] improve speed and performace of apache server on Windows 7

2011-02-09 Thread Alain Roger
Hi, i have apache on Windows 7 OS and i would like to know how can i seepd up it respectively how can i improve it to make its answer to php request faster ? thx. -- Alain --- Windows 7 x64 / Fedora 14 x64 PostgreSQL 8.3.5 / MySQL 5 Apache

[users@httpd] incoming IP connect

2011-02-08 Thread Alain Roger
Hi, i have a host (windows 7) on wihich i have web server with apache/PHP/MySQL. for now this computer has IP 192.168.1.2 (for example). on the other hand i have a linux (Fedora 14) computer with IP 192.168.1.50 (for example) which should access to the web server via IP 192.168.1.2. except

[us...@httpd] apache 2.2.16 and directory

2010-09-27 Thread Alain Roger
Hi, when i use apache httpd under windows i have no problem to setup it, however under fedora 13 i have some little problems. I guess it is due to my limited knowledge of Fedora 13 and apache collaboration. like under Windows OS, i would like to have different directories under fedora which will

[us...@httpd] htaccess under Windows xp/7

2010-09-03 Thread Alain Roger
Hi, i use Apache under Windows 7 and i have not problem with it. however, after installing Joomla i tried to use the rewrite mode checking the SEF but without success. once setup like that i have a blank page and an error 404 page not found :-( any idea from where it can come ? thanks --

Re: [us...@httpd] apache doesn't start when phpinidir is added

2010-03-08 Thread Alain Roger
On Mon, Mar 8, 2010 at 12:23 AM, Frank Gingras francois.ging...@gmail.comwrote: On 03/07/2010 02:26 AM, Alain Roger wrote: Hi Frank, this is what it is funny, the error.log is not updated so i have no trace. Last time it wa updated was on 14.02.2010. and i just updated my php

[us...@httpd] apache doesn't start when phpinidir is added

2010-03-06 Thread Alain Roger
Hi, i have a curious issue with apache 2.2.14. since i reinstalled php with version 5.2.13, apache doesn't start when the following lines are in the httpd.conf: #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL PHPIniDir D:/webserver/PHP/ LoadModule php5_module

Re: [us...@httpd] apache doesn't start when phpinidir is added

2010-03-06 Thread Alain Roger
with openssl and there is noapachectl :-( On Sun, Mar 7, 2010 at 8:15 AM, Frank Gingras francois.ging...@gmail.comwrote: On 07/03/2010 2:13 AM, Alain Roger wrote: Hi, i have a curious issue with apache 2.2.14. since i reinstalled php with version 5.2.13, apache doesn't start when the following lines

Re: [us...@httpd] apache doesn't start when phpinidir is added

2010-03-06 Thread Alain Roger
unexpectedly. On Sun, Mar 7, 2010 at 8:26 AM, Alain Roger raf.n...@gmail.com wrote: Hi Frank, this is what it is funny, the error.log is not updated so i have no trace. Last time it wa updated was on 14.02.2010. and i just updated my php installation yesterday evening. so i do

[us...@httpd] RewriteRule

2008-09-28 Thread Alain Roger
Hi, i would like to redirect all requests as following: http://www.mywebsite.com/en/logon/index.php = http://www.mywebsite.com/logon/index.php?lang=en http://www.mywebsite.com/fr/logon/logon.php = http://www.mywebsite.com/logon/logon.php?lang=fr http://www.mywebsite.com/en/logon/hello.php =

[EMAIL PROTECTED] Re: close to success with RewriteRule

2008-09-18 Thread Alain Roger
if i understood well, apache understands as comment only and only if the line starts by # character at position 1. On Wed, Sep 17, 2008 at 7:38 PM, Alain Roger [EMAIL PROTECTED] wrote: so here is what works perfectly at work but not at home. at home i get error message: Internal Server Error

[EMAIL PROTECTED] close to success with RewriteRule

2008-09-17 Thread Alain Roger
I still no have been successful to make it works. any idea ? -- Forwarded message -- From: Alain Roger [EMAIL PROTECTED] Date: Tue, Sep 16, 2008 at 7:32 PM Subject: Re: [EMAIL PROTECTED] close to success with RewriteRule To: users@httpd.apache.org this is what i have in my

[EMAIL PROTECTED] Re: close to success with RewriteRule

2008-09-17 Thread Alain Roger
/ Directory L:/Webserver/se/internet/ #Options Indexes MultiViews Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all /Directory thanks a lot, Al. On Wed, Sep 17, 2008 at 10:41 AM, Alain Roger [EMAIL PROTECTED] wrote: I still no have been

[EMAIL PROTECTED] offline documentation

2008-09-16 Thread Alain Roger
Hi, sometimes i'm not connected to internet and i would like to read the apache httpd 2.2 documentation. is there a CHM file of the html documentation or an HTML version offline ? or any good web spider which could make a copy on my HDD ? thanks a lot, -- Alain

[EMAIL PROTECTED] close to success with RewriteRule

2008-09-16 Thread Alain Roger
Hi, i'm closed to succeed with RewriteRule, i just have 1 last issue when i use: RewriteRule ^(de|en|fr)/welcome/$/welcome/index.php?lang=$1 [L] everything which looks like en/welcome will be rewritten /welcome/index.php?lang=en this works fine... i only have 1 problem. /welcome/... does not

Re: [EMAIL PROTECTED] offline documentation

2008-09-16 Thread Alain Roger
i don't care... i just want to be able to read the documentation when i'm travelling or if i 'm not connected to internet.. so tgz or another extension (windows extension)... it's not a problem :-) On Tue, Sep 16, 2008 at 7:12 PM, Jacqui Caren [EMAIL PROTECTED]wrote: Alain Roger wrote: Hi

Re: [EMAIL PROTECTED] close to success with RewriteRule

2008-09-16 Thread Alain Roger
so if i understood well: RewriteBase http://my_ip_address/myroot/ RewriteRule ^(de|en|fr)/welcome/$welcome/index.php?lang=$1 [L] should work ? On Tue, Sep 16, 2008 at 7:18 PM, Eric Covener [EMAIL PROTECTED] wrote: On Tue, Sep 16, 2008 at 1:11 PM, Alain Roger [EMAIL PROTECTED] wrote: Hi

Re: [EMAIL PROTECTED] close to success with RewriteRule

2008-09-16 Thread Alain Roger
] wrote: On Tue, Sep 16, 2008 at 1:21 PM, Alain Roger [EMAIL PROTECTED] wrote: so if i understood well: RewriteBase http://my_ip_address/myroot/ RewriteRule ^(de|en|fr)/welcome/$welcome/index.php?lang=$1 [L] should work ? No, the RewriteBase is just the url-path (not protocol/host

Re: [EMAIL PROTECTED] apache httpd.conf and .htaccess

2008-09-15 Thread Alain Roger
Hi Andre, ok, basically i'm just testing at home the mod_rewrite module from apache, so i took an example from internet. basically when i type http://my.IP.address/se_internet/error.html in my browser address bar, i should be redirected (apache should rewrite address as) to

[EMAIL PROTECTED] apache httpd.conf and .htaccess

2008-09-15 Thread Alain Roger
Hi, as you can read in my signature i run apache 2.2.4 under windows XP SP3 and i have a stupid question about httpd.conf file. basic installation of apache 2.2.4 under windows XP generates a httpd.conf file. in this default file, AccessFileName does not exist... so i add the following line:

[EMAIL PROTECTED] PHP and .htaccess

2008-09-15 Thread Alain Roger
Hi, if i make a compilation of all information i have between PHP and apache RewriteRule i have an issue. let's take an example. 1. user types in his favorite browser www.website.com 2. www.website.com/index.php redirects user to www.website.com/en/welcome/(index.php within /welcome) thanks the

Re: [EMAIL PROTECTED] PHP and .htaccess

2008-09-15 Thread Alain Roger
Alain, let me insist. Did you configure a RewriteLog and RewriteLogLevel, and did you look at the resulting lines, to see what happens ? It may save you a lot of wondering. Apart from that, from the above I guess that somewhere you have a config line like DirectoryIndex index.php and

[EMAIL PROTECTED] chronological order for apache logs

2008-09-15 Thread Alain Roger
Hi, is there a way to change the logs' data order inwide the log file itself ? instead to have: [15/08/2008] - ... [16/08/2008] - ... to have : [16/08/2008] - ... [15/08/2008] - ... -- Alain Windows XP SP3 PostgreSQL 8.2.4 / MS SQL server 2005 Apache 2.2.4

[EMAIL PROTECTED] mod_rewrite question

2008-09-14 Thread Alain Roger
Hi, i would like to rewrite some of my pages so i have the following .htaccess file under my subfolder _sub/test/ Options +FollowSymlinks RewriteEngine on RewriteRule ^article-([0-9]+)-([0-9]+)\.php$ article.php?numero=$1page=$2 [L] i also have 1 file article.php which only display the numero

Re: [EMAIL PROTECTED] SMTP server

2008-03-10 Thread Alain Roger
Hi Thomas, yes i know that and i tried to setup it, but as i do not have any webroot (website) setup under IIS, it's like it does not work. do you know how to setup it (SMTP server from IIS) to make it works with Apache 2.24 and PHP function ? i did not find on internet so much detailed

Re: [EMAIL PROTECTED] SMTP server

2008-03-10 Thread Alain Roger
Yes but i need to check also if mail was correctly delivered and if content is like i expect... On Mon, Mar 10, 2008 at 4:08 PM, [EMAIL PROTECTED] wrote: If you are only looking to SEND emails, you don't need a server at all. You just need something that will act as an SMTP client - Perl, PHP,

[EMAIL PROTECTED] hide page browsing in browser address bar

2008-01-25 Thread Alain Roger
Hi, usually when a user browser a web site, the browser address bar display the full link of the browsed page something like : http://www.myweb.com/hellopage.php or http://www.myweb.com/catalog/fun/mypage.php how can i do to only and ALWAYS display http://www.myweb.com/ in the browser address

[EMAIL PROTECTED] hide page browsing in browser address bar

2008-01-25 Thread Alain Roger
Hi, usually when a user browser a web site, the browser address bar display the full link of the browsed page something like : http://www.myweb.com/hellopage.php or http://www.myweb.com/catalog/fun/mypage.php how can i do to only and ALWAYS display http://www.myweb.com/ in the browser address

[EMAIL PROTECTED] hide page browsing in browser address bar

2008-01-25 Thread Alain Roger
Hi, usually when a user browser a web site, the browser address bar display the full link of the browsed page something like : http://www.myweb.com/hellopage.php or http://www.myweb.com/catalog/fun/mypage.php how can i do to only and ALWAYS display http://www.myweb.com/ in the browser address

Re: [EMAIL PROTECTED] hide page browsing in browser address bar

2008-01-25 Thread Alain Roger
: On Jan 25, 2008 2:56 PM, Alain Roger wrote: how can i do to only and ALWAYS display http://www.myweb.com/ in the browser address bar ? especially when i do not control the apache server configuration (because it is hosted somewhere else). could i use the .htaccess file to do

[EMAIL PROTECTED] how to avoid content folder to by read

2008-01-19 Thread Alain Roger
Hi, I would like to know how to avoid any user to read the content of my website folder using is browser? i mean the if i have the following thing : www.myweb.com/welcome/welcome.php www.myweb.com/welcome/info.php if user type www.myweb.com/welcome/, he will see 2 files and the parent directory

[EMAIL PROTECTED] apache 2.2.4 and Windows Vista

2007-06-12 Thread Alain Roger
Hi, I have a computer at work where i installed apache 2.2.4 on Windows Vista. Till now, i did not have any problem, however i would like to restart the service thanks the apachemonitor GUI. When i click on stop button, the service does not stop. the same for restart button. Have you ever

Re: [EMAIL PROTECTED] apache 2.2.4 and Windows Vista

2007-06-12 Thread Alain Roger
If i go to Services window, i can without problem stop and start the Apache2 service from the services list. But i can not do it via apachemonitor GUI. So there is my problem...and i do not know how to solve it. Alain On 6/12/07, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Alain Roger

[EMAIL PROTECTED] DIfferences between IfDefine SLL and IfModule ssl_module

2007-05-06 Thread Alain Roger
Hi, Under Apache 2.0.x, i've seen quite huge use of IfDefine SSL to define something only if SSL is activated. However, it seems that under Apache 2.2.x, IfModule ssl_module is mostly use. From my point of view, both tell the same thing, so where is the difference ? thanks a lot -- Alain

Re: [EMAIL PROTECTED] DIfferences between IfDefine SLL and IfModule ssl_module

2007-05-06 Thread Alain Roger
thanks a lot for your information. Now it's clear. I suppose that if IfModule ssl_module is used before module loading, it has no effect, isn't it ? Al. On 5/6/07, Joshua Slive [EMAIL PROTECTED] wrote: On 5/6/07, Alain Roger [EMAIL PROTECTED] wrote: Hi, Under Apache 2.0.x, i've seen quite

[EMAIL PROTECTED] apache 2.2.4 and SSL

2007-05-05 Thread Alain Roger
Hi, Could you tell me what does it mean concretly ? IfModule ssl_module SSLRandomSeed startup builtin SSLRandomSeed connect builtin /IfModule Because i understand it like that : if module SSL loaded, so : SSLRandomSeed startup builtin SSLRandomSeed connect builtin but what those 2 lines

[EMAIL PROTECTED] good book about apache 2.2

2007-05-04 Thread Alain Roger
Hi, I'm quite a rookie under apache 2.2, however i've noticed some changes between apache 2.0 and apache 2.2 that are from my point of view quite important. Therefore, I would like to know if it exits some good books on apache 2.2 ? I've apache 2 bible but i've seen that modules management is

[EMAIL PROTECTED] apache 2.2.4 and OpenSSL under Windows

2007-04-20 Thread Alain Roger
Hi, I have some problem with httpd.conf file to make it correctly work for SSL. here is the default settings. LoadModule ssl_module modules/mod_ssl.so IfModule ssl_module SSLRandomSeed startup builtin SSLRandomSeed connect builtin /IfModule # - for PHP LoadModule php5_module