I'm doing a command line compile with nmake.
Simply:
nmake /f Makefile.win _apached
nmake /f Makefile.win installd INSTDIR="C:\Apache-2.2.4"
I first tried Visual C++ 2005 Express Edition, and couldn't get that to
compile. I think that was because of references to .h files.
With nmake, it compiles
What compiler are you using?
I had a hell of a time trying to get Apache compiled
for windows with Visual Studio Express -- I was
experiencing all kinds of weird behavior.
I finally abandoned the Express edition and tried it
with the regular Visual Studio, which resolved all my
problems.
--- Kev
Did you make sure your scan included all .htaccess
files. Depending on the syntax you ran to "scan" your
Apache directory, it may not have scanned your
.htaccess files.
I am thinking one of these files may contain a
reference to that file.
--- Nathan Kellogg <[EMAIL PROTECTED]> wrote:
>
> We we
Hi Olivier,
Hmm... mod_rewrite only rewrites the URL... It doens't change the
content.
I guess you use the dynamically generated listing?
So you should probably play with the directive that allows you to list
directories. I don't remember which one it is and don't use it myself.
But I guess you
When I try to run Apache with "httpd", I only get a blank response.
I'm compiling Apache 2.2.4 with mod_ssl for Windows XP Pro, using the
instructions I found here:
http://httpd.apache.org/docs/2.2/platform/win_compiling.html
http://www.apachelounge.com/forum/viewtopic.php?t=778
When all is said
On 2/1/07, Beraru Liviu <[EMAIL PROTECTED]> wrote:
Hy!
I am new in Apache and I used it until now only for testing PHP and MySQL.
I have now to host some web sites but I don't know how.
I searched for tutorials on the web, in the apache mailing lists, in the
Apache documentation and also in the F
Hy!
I am new in Apache and I used it until now only for testing PHP and MySQL.
I have now to host some web sites but I don't know how.
I searched for tutorials on the web, in the apache mailing lists, in the
Apache documentation and also in the FAQ but I couldn't find an answer to a few
que
Try adding the trailing slash for TortoiseSVN? I'm not familiar with it
myself as I use command-line svn client.
Sam Carleton wrote:
> On 2/1/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
>
>> As nobody uses httpd as an application except in brief testing, it has
>> relatively little testi
Hi all!
I'm having problems with the RewriteRule below only with IE (Firefox
works fine!).
I'm not posting the rewrite.log here because it shows the same thing
when I use IE or Firefox.
In a Google search, a guy said that IE hangs on some URL redirects (code 302).
Do you have any idea to solve t
Susan Roesner RZ wrote:
>
> Hi,
>
> did you have a look in the apache log files? Last time I had this problem
> I
> found the reason for my problem there.
>
> Regards
> Susan
>
> just as a notice: "httpd not running, trying to start" is no error message
> - as
> apachectl graceful is norma
Hi,
did you have a look in the apache log files? Last time I had this problem I
found the reason for my problem there.
Regards
Susan
just as a notice: "httpd not running, trying to start" is no error message - as
apachectl graceful is normally used to restart the apache. The message will
appe
Hi,
I'm trying to run apache 2.2.4 with PHP 5.2.0 on Red Hat Enterprise Linux 4
but cant get httpd to start.
There were no problems installing either and I've made all the suggested
changes to the http.conf and php.ini files. libphp5.so and pgsql.so (I'm
running postgreSQL as well, but thats wo
Hmm... mod_rewrite only rewrites the URL... It doens't change the
content.
I guess you use the dynamically generated listing?
So you should probably play with the directive that allows you to list
directories. I don't remember which one it is and don't use it myself.
But I guess you can play with i
Hi.
I want to use UTF-8 on Apache 2.0.59, and I configured 'httpd.conf' to use:
-
AddDefaultCharset utf-8
-
I don't know if it's correct, since I'm still suffering some
special-chars problems (perhaps due to other issues).
Thank you very much.
--
On 2/1/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
As nobody uses httpd as an application except in brief testing, it has
relatively little testing and review. You can always look at the test
framework available via svn from;
http://svn.apache.org/repos/asf/httpd/test/trunk/perl-framew
This is probably more than "slightly" off topic.
You might want to check your html syntax (validator.w3c.org), and use
something like
if (parent.navigate.document) {
// Seems like it's necessary for IE
parent.navigate.document.location = url;
} else {
// Usual way
parent.navigate.src =
Владимир Андреев wrote:
> I tried to use Win32DisableAcceptEx directive - it did not solved the
> problem! Server again terminates, but in error log no messages about errors
> appears.
Sounds like a good start, though. Also try
EnableMMAP Off
EnableSendfile Off
for good measure, to kill almos
17 matches
Mail list logo