Actually it's happening because I have a subreport in the report footer section which may run several pages. However I don't really know why this is causing an error only for certain months. Usually, if the subreport extends multiple pages, it will print multiple pages for it.
Hi,
When I run my reports using an embedded version of Crystal Reports 10 that is part of our BusinessVision ERP system, I get a "Page header or footer longer than a page".
Does anyone know why this is? It only occurs depending on the month for which I run the report. Let me know if you need...
Hi,
I copied over the shutdown.exe file from a Windows XP computer to my Windows 2000 server. I created a scheduled task to run at midnight every Sunday to reboot the server. The switches I'm passing to shutdown.exe are -r (reboot) -t 01 (one second wait). According to the logs, the task is...
You should be able to use the Include directive to tell Apache to include an external file in its httpd.conf.
Just place the directive in the spot you want the file contents to appear. The directive is in the format Include path/to/filename.
One last thing I can think of is that you don't have a trailing slash in your DocumentRoot directive.
DocumentRoot "C:/Program Files/ApacheGroup/Apache2/htdocs/minge/"
Without the forward slash, I think Apache might get confused.
I was reading the Apache notes about Windows and it says that all filesystem paths must be given using the forwardslash "/" instead of the backslash "\" since that's what Apache recognizes. Could your use of backslashes be the problem why Apache can't find the proper resources?
Is apache configured to listen on your IP address? Did you shut off IIS before running Apache? Do you have directive that says:
Order deny,allow
Allow from all
How are cookies.game-host.org and minge-camping.kicks-ass.net being resolved to site1.com and site2.com? Is site1.com and site2.com really the names you entered in your VirtualHosts containers? If so, the host names don't match up. If you wanted to do it that way, then you need to add the...
The problem looks to be broken links in your page for the second one. If I clear my cache and go to the second page, no pictures show up. But the first page always has the pics. Are you sure you have an images directory under the DocumentRoot for both virtual hosts?
You're trying to do name based virtual hosting. When you type site1.com into the web browser, your computer needs to resolve that name to the IP address of the web server. When the web server receives the request from the client, it will see the name of the site which it should server...
If it's a premature end of script, then the error is most likely in the script and not the Apache configuration. Do you have the line print "Content-type: text/html\n\n"; in your code?
Sorry if this was already done but try saying
NameVirtualHost * and in your VirtualHost containers just state <VirtualHost *> no port numbers. Also, does it only mess up if you access site2 after site1?
Also, where did you specify the name to IP address mapping for site1.com and site2.com...
Hi,
I would like to access my /home/username/public_html directory from my jailed apache server. Right now it can't access my home directory since it's not in the jail. I don't really want to move the directory into the jail and have two copies so I was thinking about using a link. Does...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.