n1.com
DocumentRoot /var/www/html
ErrorLog /var/log/httpd/error_log
CustomLog /var/log/httpd/access.log combined
##$ that is fine
ServerName domain2.com
ServerAlias domain2.com *.domain2.com
DocumentRoot /var/www/html/domain2
Stefan Pielmeier
email:ste...@symlin
.
This you can do by reviewing the HTML code of the page you send to the client.
If that doesn't help, I would try to reproduce the problem in lab conditions.
then check if the transfer of the pictures is completed by
- checking the apache log
- using wireshark
Hope it helps,
Stefan.
S
Hej Eric,
that was quite right, thanks! Inside the file called ports.conf, another
NameVirtualHost statements was hidden (from my limited knowledge).
Now, as I have removed my double statements, everything works and I do not get
any disturbing warnings anymore.
Thanks a lot,
Stefan.
Stefan
Try with nmap , or with telnet 80
Stefan Pielmeier
from mobile device
On 9 Sep 2013, at 17:01, lists wrote:
> On 9/9/13 5:52 AM, Eric Covener wrote:
>> On Sun, Sep 8, 2013 at 11:38 PM, lists wrote:
>>>
>>> DocumentRoot /var/www/maindomain.com/restsites
&g
Hi,
I am courious if there are others who have the same observation in my case.
I used the Apache documentation to use name based virtual hosts.
My site-enabled file looks now like this:
--
NameVirtualHost *:80
ServerName wiki.mydomain.com
ServerAdmin webmas...@mydomain.com