Sorry i found it too late :( but thx anyway
On Tue, Oct 23, 2012 at 12:01 AM, Pete Houston 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) ?
>
&g
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
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
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
DocumentRoot /www/example1
ServerName www.example1.com
# Other directives here
DocumentRoot /www/example2
ServerName www.example2.org
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
#--
DocumentRoot "d:/webserver/www/website1"
ServerName websit
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:
DocumentRoot "d:/webserver/www/joomla25"
ServerName joomla25.loc
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
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
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
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
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 Listen
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
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
--
Alain
On Mon, Mar 8, 2010 at 12:23 AM, Frank Gingras
wrote:
>
>
> 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
rred.
>
> The process terminated unexpectedly.
>
On Sun, Mar 7, 2010 at 8: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
with openssl and
there is noapachectl :-(
On Sun, Mar 7, 2010 at 8:15 AM, Frank Gingras wrote:
> 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 star
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 "D:/webserver/PHP/php5apa
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 =>
ht
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
L]
>
and my httpd.conf file:
Alias /se_internet/ "L:/Webserver/se/internet/"
>
> #Options Indexes MultiViews
> Options Indexes FollowSymLinks
> AllowOverride All
> Order allow,deny
> Allow from all
>
>
thanks a lot,
Al.
On Wed, Sep 17, 2008 at
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
:-(
thx.
On Tue, Sep 16, 2008 at 7:23 PM, Eric Covener <[EMAIL PROTECTED]> 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)/welcom
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 PROTE
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]>w
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
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
--
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
P
>
> 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
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
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 http://my.IP.address/se
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:
> Ac
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=$1&page=$2
[L]
i also have 1 file article.php which only display the numero
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, P
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 informati
Hi,
i know that this is not necessary the best forum for that, but i need to get
a real feedback and i guess you already faced the same issue as mine.
basically, i develop php web application on windows XP platform.
So i have apache 2.24 installed and PHP 5.2.4.
now i would like to test if my app
ROTECTED]> wrote:
> 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 somewh
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 bar
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 bar
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 bar
Hi Joshua,
i did the following thing but it does not work, even if i restarted apache
services (under windows)
Options -Indexes
Deny from all
what's wrong ?
A.
On Jan 19, 2008 7:56 PM, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On Jan 19, 2008 1:00 PM, 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
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
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 exp
thanks a lot for your information.
Now it's clear.
I suppose that if 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
Hi,
Under Apache 2.0.x, i've seen quite huge use of to define
something only if SSL is activated.
However, it seems that under Apache 2.2.x, is mostly
use.
From my point of view, both tell the same thing, so where is the difference
?
thanks a lot
--
Alain
---
Hi,
Could you tell me what does it mean concretly ?
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
Because i understand it like that :
if module SSL loaded, so :
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
but what those 2 lines mean ?
i did not find something
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 dif
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
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
# - for PHP
LoadModule php5_module "C:/webserver/PHP/php5apache2_2.d
48 matches
Mail list logo