Hi, my local wiki have problem in your shape.This no take css formating
default.
following image
--
Atenciosamente,
Rodrigo da Silva Cunha
Hello mike,
I would like to clarify one thing. Whatever the apache related command I
execute inside /usr/local/apache2/bin, it all affecting the apache inside
/usr. The exact reason may be because I installed apache inside /usr at
first and only later I installed in "usr/local"
Hence if you w
Hi Jonny,
I'm not sure whther rotatelogs can do this. However, I usually use
logrotate http://linux.die.net/man/8/logrotate and it has the ability to do
this. Here's how it's setup for apache:
ubuntu@ip-172-31-11-241:~$ cat /etc/logrotate.d/apache2
/var/log/apache2/*.log {
weekly
missingok
rotate
Hello Padmahas,
Okay. This tells us a few things.
One problem is that the HTTPD_ROOT is set to /usr instead of
/usr/local/apache2.
Other relative paths will be based from here.
Since the SERVER_CONFIG_FILE is set to conf/httpd.conf,
the default config file will be /usr/conf/httpd.conf instead
Hey mike,
Forget about the warning message I mentioned in my previous mail, I solved
it by following steps as Aparna suggested me to set the *ServerName*
section.
But I still have that last question about starting the server without
specifying *httpd.conf* file path.
On Tue, Mar 31, 2015 at 10:1
Hello mike,
Yes you are write I installed server first inside /usr and then inside
/usr/local/apache2 (installed by default when I used ./configure without
--prefix option). Even you are right about my manual un installation.
About the command you suggested with -V option, this is the result.
Se
Why are you trying to avoid logrotate this way instead of configuring
logrotate to do what you want?
This just seems a no-go way to do things imo.
On Tue, Mar 31, 2015 at 4:27 PM, Rainer Jung
wrote:
> Am 31.03.2015 um 19:49 schrieb Joe Jensen (ConAgra Foods):
>
>> Can anybody tell me a good way
Hi;
Running httpd 2.2.15
I have been working towards getting our Linux Apache systems to
authenticate using our company's AD system, using LDAP. This I can do,
that is, I can successfully search and bind against our AD server, and
authenticate a user based on their Windows credentials.
Our
Am 31.03.2015 um 19:49 schrieb Joe Jensen (ConAgra Foods):
Can anybody tell me a good way to include a date in the apache
configuration? For various reasons I’m trying to avoid |’s to logrotate
and want the date in a logfile’s name. I’m really hoping to put the
date into an apache variable I ca
Can anybody tell me a good way to include a date in the apache configuration?
For various reasons I’m trying to avoid |’s to logrotate and want the date in a
logfile’s name. I’m really hoping to put the date into an apache variable I
can use within the config.
A prior install involved running
Hello Padmahas,
The problem is probably due to the issues listed in your other email thread:
"sudo: apachectl: command not found"
Thanks,
Mike Rumph
On 3/31/2015 4:08 AM, Padmahas Bn wrote:
I noticed that apr installed without --prefix option installs apr to
/usr/local by default.
I also no
Hello Padmahas,
It looks like your two installations of Apache httpd 2.4 are conflicting
with each other.
If I understand correctly, you first installed into /user and then into
/usr/local/apache2.
Then you tried to remove the /user installation by deleting files manually.
(As you've seen, /us
Are you sure that it's even listening on a network socket?
Looks like it's actually using a unix domain socket.
> On Mar 31, 2015, at 10:29 AM, Ethan Rosenberg
> wrote:
>
> On 03/31/2015 06:09 AM, Richard wrote:
>>
>>
>> Original Message
>>> Date: Tuesday, March 31,
On 03/31/2015 06:09 AM, Richard wrote:
Original Message
Date: Tuesday, March 31, 2015 02:18:13 -0400
From: "Ethan Rosenberg, PhD"
Subject: Re: [users@httpd] Apache is Slow
Some more info
Changed the host in the connect
$cxn = mysqli_connect($host,$user,$passwo
I noticed that apr installed without --prefix option installs apr to
/usr/local by default.
I also noticed apr-utils requires "--with-apr=/usr/local/apr" option to
configure.
And another thing is apache2.4 installed with "*--prefix=/usr*" option will
install inside /usr path, merging things with
*If anyone finds this as a big question please let me know. I'll precise my
problem.Steps I followed:*
I installed apr and apr-utils package in the path *"/usr"* using the
--prefix option.
Both were installed successfully. Hence I installed apache 2.4 to the same
path ("/usr") using --prefix opti
Original Message
> Date: Tuesday, March 31, 2015 02:18:13 -0400
> From: "Ethan Rosenberg, PhD"
> Subject: Re: [users@httpd] Apache is Slow
>
> Some more info
>
> Changed the host in the connect
>
> $cxn = mysqli_connect($host,$user,$password);
>
> $host="127.0.1.
Hi,
I would like to know is there any version of apache that is able to support
HTTP 2.0?
If no, what is the roadmap for apache to support HTTP 2.0?
Thank you.
-
To unsubscribe, e-ma
18 matches
Mail list logo