22:16, Raf Roger a écrit :
>
> Hi,
>
> I work on web development using several computers (laptop, desktop) and i
> do not have always access to internet.
>
> While i was under Windows i had a portable LAMP server and it was great as
> i was just able to sync it once on
Hi,
I work on web development using several computers (laptop, desktop) and i
do not have always access to internet.
While i was under Windows i had a portable LAMP server and it was great as
i was just able to sync it once online, to have it on other computers.
I would like to do the same under
Hi,
i have an issue with virtualhost.
i have 2 local websites that i need to work on. I use XAMPP 7.3 under
Kubuntu 19.04.
All code is located under /opt/lampp/htdocs.
when i try to get access to http://test1.dev website, browser redirect me
to XAMPP default directory and display its content.
he
Hi,
i'm using XAMPP on my linux notebook for local dev.
my first step was to create a folder to store my web application and to
check that if user does not use HTTPS, he will be redirected to the same
page but with HTTPS.
i know that it can be done using mod_rewrite but i was not able to make it
Forgot to mention... I am using httpd as a reverse proxy. But the
downstream server has no notion of a user or sessions.
On Wed, Aug 24, 2016 at 8:53 AM, Roger Paanini
wrote:
> Chris, I am testing it by logging into the website using basic
> authentication and then waiting for the ti
id-user
Require ldap-group ""
AuthLDAPRemoteUserAttribute uid
Any thoughts on what I am missing?
Thanks!
On Tue, Aug 23, 2016 at 3:29 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Roger,
>
> On 8/23/1
Folks, I have tried to configure httpd with session timeout but it does not
seem to work.
My httpd.conf has the following:
Session on
SessionMaxAge 1
AuthType Basic
***
I was trying to put a timeout value of 1 sec just to test. This is not
working. Am I missing something?
Hello Everyone,
I am trying to usr an encrypted password for LDAP. After much research I
chanced upon the link:
https://httpd.apache.org/docs/2.4/mod/mod_authnz_ldap.html#authldapbindpassword
But when I try the following entry in httpd.conf, it does not seem to work:
AuthLDAPBindPassword "exec:
Hi Folks,
I am having a problem connecting with LDAP when I turn on
LDAPVerifyServerCert. With this parameter turned off everything is working
fine.
I took tcpdump for both the scenarios. The only difference is in the list
of Distinquished Names that my LDAP server sends as part of the
"Certifica
ass=user)>"
Your suggestion to do ldapsearch made me look through these values and that
is how I found it.
Thanks for the help!
On Tue, Jul 5, 2016 at 1:41 PM, Eric Covener wrote:
> On Tue, Jul 5, 2016 at 2:32 PM, Roger Paanini
> wrote:
> > I have redacted the response to p
Eric, this command works perfectly fine:
ldapsearch -x -h my.com -D "CN=ldap,OU=acct,DC=my,DC=com" -w * -b
"dc=my,dc=com" -s sub "(&(sAMAccountName=testuser)(objectClass=user))"
I have redacted the response to protect confidential info. Do you need the
full response?
Thanks!
On Tue, Jul 5,
Hi Folks,
I am trying to integrate httpd with LDAP (Active Directory) but I am
running into some trouble: Every time I try to login, here is what I see:
Tue Jul 05 09:23:50.471191 2016] [ssl:info] [pid 35839:tid 139644016523008]
[client 10.204.1.1:51637] AH01964: Connection to child 66 establishe
Hi
i'm trying to create a LAMP stack that allow user to synchronize LAMP stack
files and webapps among several computers.
Instead of reinstalling everything identically on each computer, they could
just synchronize the stack and voila.
for such purpose i need to make each element of the stack in
Hi,
I used during several years a portable version of my webserver under
windows 7/8 to shift from laptop to desktop computer and without
duplicating webserver from one computer to another.
i'm trying to do the same under ubuntu 15.04 however it seems that only few
people did it.
1. why people un
Kind Regards
RMG
--
Roger Goudarzi
Email: rog...@arkasoft.com
WWW: http://www.Arkasoft.com
T:+1-(408)-660-3635
F:+1-(408)-493-4576
UK: +44-779-461-5892
On Aug 11, 2014, at 10:31, users-digest-h...@httpd.apache.org wrote:
>
> users Digest 11 Aug 2014 09:31:29 - Issue 4870
>
Kind Regards
RMG
--
Roger Goudarzi
Email: rog...@arkasoft.com
WWW: http://www.Arkasoft.com
T:+1-(408)-660-3635
F:+1-(408)-493-4576
UK: +44-779-461-5892
On Aug 11, 2014, at 10:27, users-digest-h...@httpd.apache.org wrote:
>
> users Digest 11 Aug 2014 09:27:27 - Issue 4869
>
I solved this problem by not using server-side includes any more. Most of my
site's pages were generated by programs anyway, so it wasn't a big task to have
them all generated by programs, eliminating the need for SSI
the webpage!
Can anyone see what I am doing wrong? I can't believe that apache2 would get
distributed with such a crude bug. I'm using Apache 2.4.9 on Debian Jessie in
case it matters.
Roger
-
To unsubscribe, e-ma
Hi,
yesterday i install a new fedora 18 webserver.
Since i added my virtual host file in /etc/init.d/conf.d directory, whne i
type localhost/index.php i'm automatically redirected to my first
virtualhost in vhost.conf file.
While localhost/index.php is a testing page for me (displaying results fr
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
Hello,
I'm trying to run Apache 2.2.17 on a windows Xp embedded standard but
each start of apache fail
with a message "Apache... has encountred a problem and need to close".
The installation was done with the msi downloaded (3 times to be sure) from
http://httpd.apache.org/download.cgi.
The erro
Thank you all for taking the time to answer. I will enable core
dumping and see what I can get.
Hopefully it is not something serious.
-r
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://htt
Hello all,
Lately I have been getting a lot of segmentation fault from apache's
child processes. Unfortunately I have been looking at the logs files
and I cannot see any clues as to what request caused the child process
to crash.
I have also been getting a lot of " Allowed memory size of 134217728
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
Thanks a lot, that is definitely what I was looking for.
-r
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-uns
Hello all,
I'm currently using mod_deflate, enabled with the following option:
AddOutputFilterByType DEFLATE text/html text/plain text/xml
Everything works fine except that some users using Adobe Reader 7 or
older (the only versions confirmed to be ok are 9.1 and 9.3) seem
to have problems openi
I may have miss-understood your question but the fact that your second
script gets put in a queue may have to do with the fact that you are
using persistent connections. Have you tried disabling this off to see
if apache process the second request right of way?
I'm not saying that disabling persis
Sorry I meant to say:
"I'm not saying that disabling persistent connections is the solution
to the problem
that you are having with your report page"
-r
-
The official User-To-User support forum of the Apache HTTP Server Project
Do you have persistent connections on?
-r
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apa
I am out of the office until 12/03/2010.
Note: This is an automated response to your message "[us...@httpd] rewrite
rule" sent on 10/3/10 18:42:55.
This is the only notification you will receive while this person is away.
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
I am out of the office until 12/02/2010.
Note: This is an automated response to your message "[us...@httpd] Issue
with aliasmatch and matching base directories" sent on 10/2/10 17:34:10.
This is the only notification you will receive while this person is away.
-
I am out of the office until 26/01/2010.
Note: This is an automated response to your message "Re: [us...@httpd]
Newbie question about vhost log and webalizer" sent on 22/1/10 18:38:45].
This is the only notification you will receive while this person is away.
--
On Thu, Dec 24, 2009 at 10:50 AM, Roger wrote:
> What's wrong with the installer found at:
>
> http://apache.imghat.com/httpd/binaries/win32/apache_2.2.14-win32-x86-openssl-0.9.8k.msi
>
> -r
>
Please ignore that! Some
What's wrong with the installer found at:
http://apache.imghat.com/httpd/binaries/win32/apache_2.2.14-win32-x86-openssl-0.9.8k.msi
-r
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.
On Thu, Dec 24, 2009 at 5:34 AM, Peter Maguire wrote:
> i looked up installing it and got a ramge of diferant tutorials on how to
> do it telling me to put compleatly differant things in diferant places so i
> came to you to help me :)
>
The reason why you probably get conflicting information pr
>
> http://markmail.org/message/yr52ptnpgbocgvad
>
> But we should just push for SNI, I guess.
> -peter
Yea I agree.
-r
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/use
> If both vhosts are accessed via https you'll need both covered, as the
> ssl connection happens before the redirect (as has been pointed out
> dozens of times in recent weeks),
> -peter
>
The situation that I was talking about is that if someone access
http://example.com or http://www.example.co
>
> Does it help to mention that my example.com and www.example.com certificates
> are the exact same cert? My apologies for not mentioning this in the
> beginning. If and when we do add SSL to other subdomains, they will be
> different certs. I don't see that happening in the near future, however.
last couple of hours googling and trying
various things out, but would appreciate some help from an apache
expert who also might use mod_perl.
Thanks!
Roger
--
OUTPUT A (OK but out of spec)
GET /cacheable/proxy.cgi?s=beam&o=txt&a
On Tue, Dec 1, 2009 at 3:48 PM, Sheryl wrote:
> To back up a moment, though -- another way to do this is to define
> multiple IPs on the network card and run multiple instances of apache,
> each with different config files. We run 20 or more on some of our
> production servers.
You could run on
On Wed, Nov 25, 2009 at 4:35 PM, Zachary Uram wrote:
> Hi,
>
> I have a VPS running Debian and Apache 2.2 and I'd like to setup name
> based virtual hosts in Apache for several domains and I will have
> several subdomains for each domain. Is this possible? For example:
>
> www.site1.org with subd
Oh wow! Out of everything that I expected that could be the reason,
that one was not even close to pass my mind.
Thank you so much.
-r
On Tue, Oct 27, 2009 at 4:20 PM, Eric Covener wrote:
>> ServerAlias "domain003.com www.domain003.com"
>
> Those are one hostname with spaces i
Hello all,
After reading the apache documentation I came up with the following
configuration:
##
ServerName "servername.domain.com:80"
NameVirtualHost *:80
# Default.
Servername "servername.domain.com"
DocumentR
Hello,
I have a strange problem with an Apache 2.2.8 ssl on Windows Xp pro
computer.
I have to turn on the option "Allow service to interact with desktop"
which is located on the second tab (connexion) of the apache service
configuration page in order to launch C++ application (with GUI) from
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
d never seem to repeat. On
most occasions, there is only one entry at a time.
Is this misdirected internet junk that I should report to my ISP as
their problem or is this a hacker attempt?
Roger
ke the fix to this problem is to just
use path_info instead of request_uri, but I an concerned about other
side-effects.
Any advise on the location of more documentation or the difference in values
of these two variables?
Roger Haase
coming size. From my reading of the docs there doesn't
seem to be a default and the original httpd.conf that came with apache for
windows does not use the directive. Maybe your httpd.conf has a 200
limit specified?
# maximum upload file size
LimitRequestBody 200
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
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
logs/ssl-access_log
Best regards.
Roger Hendrix
Information Services
-Original Message-
From: Booterbaugh, Nancy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 09, 2007 10:20 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Verisign signatures with Apache server
Roger et al
file location
mis-match.
Best regards.
Roger Hendrix
Information Services
Baldor Electric Co.
5711 R. S. Boreham, Jr. St. 72908
Phone: 479-648-5823
Internal Web.: http://my.baldor.com <http://my.baldor.com/>
External Web: http://www.baldor.com <http://www.b
name).crt
SSLCertificateKeyFile (folder location)/(name).key
SSLCertificateChainFile (folder location)/(name).csr
The final step will be to restart the apache server.
Good Luck.
Roger Hendrix
Information Services
Baldor Electric Co.
-Original Message-
From: Booterbaugh, Nancy [mail
nsultants.com) to view header records and
they agree with Google -- my response headers include a 200 OK response.
How do I start to figure out what the problem is?
Roger
-
The official User-To-User support forum of the Ap
tart?
Please advise.
Many thanks in advance.
Best regards.
Roger Hendrix
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubsc
I was having the same problem and it turned out to be a problem with
SELinux permissions.
>>> "Boyle Owen" <[EMAIL PROTECTED]> 11/6/2006 1:42 AM >>>
> -Original Message-
> From: John Meyer [mailto:[EMAIL PROTECTED]
> Sent: Saturday, November 04, 2006 11:33 PM
> To: [EMAIL PROTECTED]; user
** [all-recursive] Error 1
balweb21:/addons/httpd-2.2.3 #
I have discovered the reason for this error is because the "./configure" or the
"make" process failed to generate the folder;
arp-util/.libs
and the assoicated libarputil.la file
=
1 - 100 of 125 matches
Mail list logo