Winkel op subdomein is niet gemaakt.
http://print.dvcgraphics.com is dat mensen die een vereniging hebben
een winkel kunnen openen met onze producten. Leuk... maar het werkt niet.
Het heeft gewerkt, maar nu niet meer.
Een Winkel aanmaken is geen probleem, je komt dan op je Back office van je winkeltje en je ziet dit.
De zwarte pijl is op de knop klikken en naar de winkel.
Daar zie ik nu niets: link = http://testshop.print.dvcgraphics.com/
Daar staat nu: Apache is functioning normally
De groene knop = aktief...
Zou dat liggen aan Versio, ik host mijn domeinnamen daar...
Of misschien is testshop zelfs niet aangemaakt.
De mensen die een winkel aanmaken hebben dus geen winkel.
De ontwerpen die geupload zijn , zijn wel te zien.
Het voordeel van een winkel kunnen openen met onze producten. Leuk... maar het werkt niet.
Het heeft gewerkt, maar nu niet meer.
Een Winkel aanmaken is geen probleem, je komt dan op je Back office van je winkeltje en je ziet dit.
De zwarte pijl is op de knop klikken en naar de winkel.
Daar zie ik nu niets: link = http://testshop.print.dvcgraphics.com/
Daar staat nu: Apache is functioning normally
De groene knop = aktief...
Zou dat liggen aan Versio, ik host mijn domeinnamen daar...
Of misschien is testshop zelfs niet aangemaakt.
De mensen die een winkel aanmaken hebben dus geen winkel.
De ontwerpen die geupload zijn , zijn wel te zien.
Gewijzigd op 22/02/2015 18:14:21 door Didier Van Canneyt
Je afbeelding werkt niet.
Zal het opnieuw proberen, opnieuw opgestart.
Gewijzigd op 22/02/2015 18:14:47 door - SanThe -
LijK? (lol)
Didier Van Canneyt op 22/02/2015 18:14:50:
LijK? (lol)
Tja, typo....
Ik heb een vermoeden dat Versio 'wildcarding DNS' moet inschakelen, en je virtual host moet aanpassen.
Het maakt niet uit wat je op de plaats van 'testshop' zet.
Je krijgt altijd de melding 'Apache is functioning normally '.
Er worden feitelijk geen subdomeinen aangemaakt, lijkt me, maar opgevraagd.
- Aar - op 22/02/2015 18:21:23:
Ik heb een vermoeden dat Versio 'wildcarding DNS' moet inschakelen, en je virtual host moet aanpassen.
Volgens mij staat dit aan:
Kloppen deze instellingen?
Toevoeging op 22/02/2015 19:41:57:
- Aar - op 22/02/2015 18:21:23:
Ik heb een vermoeden dat Versio 'wildcarding DNS' moet inschakelen, en je virtual host moet aanpassen.
Ik herinner me iets van Virtual host.
Wat moet ik weer toevoegen?
En hoe ziet de Virtual Host er uit?
- SanThe - op 22/02/2015 19:46:17:
En hoe ziet de Virtual Host er uit?
Zo ziet de code er nu uit.
<VirtualHost 31.204.153.213:80 >
ServerName www.dvcgraphics.com
ServerAlias www.dvcgraphics.com dvcgraphics.com
ServerAdmin [email protected]
DocumentRoot /home/dvcgraphic/domains/dvcgraphics.com/public_html
ScriptAlias /cgi-bin/ /home/dvcgraphic/domains/dvcgraphics.com/public_html/cgi-bin/
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dvcgraphic dvcgraphic
</IfModule>
CustomLog /var/log/httpd/domains/dvcgraphics.com.bytes bytes
CustomLog /var/log/httpd/domains/dvcgraphics.com.log combined
ErrorLog /var/log/httpd/domains/dvcgraphics.com.error.log
<Directory /home/dvcgraphic/domains/dvcgraphics.com/public_html>
php_admin_flag safe_mode OFF
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dvcgraphic/.php/php-mail.log
php_admin_value open_basedir /home/dvcgraphic/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</VirtualHost>
<VirtualHost 31.204.153.213:443 >
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
ServerName www.dvcgraphics.com
ServerAlias www.dvcgraphics.com dvcgraphics.com
ServerAdmin [email protected]
DocumentRoot /home/dvcgraphic/domains/dvcgraphics.com/private_html
ScriptAlias /cgi-bin/ /home/dvcgraphic/domains/dvcgraphics.com/public_html/cgi-bin/
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dvcgraphic dvcgraphic
</IfModule>
CustomLog /var/log/httpd/domains/dvcgraphics.com.bytes bytes
CustomLog /var/log/httpd/domains/dvcgraphics.com.log combined
ErrorLog /var/log/httpd/domains/dvcgraphics.com.error.log
<Directory /home/dvcgraphic/domains/dvcgraphics.com/private_html>
php_admin_flag safe_mode OFF
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dvcgraphic/.php/php-mail.log
php_admin_value open_basedir /home/dvcgraphic/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</VirtualHost>
<VirtualHost 31.204.153.213:80 >
ServerName www.print.dvcgraphics.com
ServerAlias www.print.dvcgraphics.com print.dvcgraphics.com
ServerAdmin [email protected]
DocumentRoot /home/dvcgraphic/domains/dvcgraphics.com/public_html/print
ScriptAlias /cgi-bin/ /home/dvcgraphic/domains/dvcgraphics.com/public_html/print/cgi-bin/
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dvcgraphic dvcgraphic
</IfModule>
CustomLog /var/log/httpd/domains/dvcgraphics.com.print.bytes bytes
CustomLog /var/log/httpd/domains/dvcgraphics.com.print.log combined
ErrorLog /var/log/httpd/domains/dvcgraphics.com.print.error.log
<Directory /home/dvcgraphic/domains/dvcgraphics.com/public_html>
php_admin_flag safe_mode OFF
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dvcgraphic/.php/php-mail.log
php_admin_value open_basedir /home/dvcgraphic/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</VirtualHost>
<VirtualHost 31.204.153.213:443 >
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
ServerName www.print.dvcgraphics.com
ServerAlias www.print.dvcgraphics.com print.dvcgraphics.com
ServerAdmin [email protected]
DocumentRoot /home/dvcgraphic/domains/dvcgraphics.com/private_html/print
ScriptAlias /cgi-bin/ /home/dvcgraphic/domains/dvcgraphics.com/public_html/print/cgi-bin/
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dvcgraphic dvcgraphic
</IfModule>
CustomLog /var/log/httpd/domains/dvcgraphics.com.print.bytes bytes
CustomLog /var/log/httpd/domains/dvcgraphics.com.print.log combined
ErrorLog /var/log/httpd/domains/dvcgraphics.com.print.error.log
<Directory /home/dvcgraphic/domains/dvcgraphics.com/private_html>
php_admin_flag safe_mode OFF
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dvcgraphic/.php/php-mail.log
php_admin_value open_basedir /home/dvcgraphic/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</VirtualHost>
Toevoeging op 22/02/2015 20:18:55:
In de mails van vroeger staat er:
ServerAlias *.print.dvcgraphics.com
Moet ik gewoon dit toevoegen?
Gewijzigd op 22/02/2015 20:19:14 door Didier Van Canneyt
<VirtualHost _default_:80>
http://httpd.apache.org/docs/2.2/vhosts/examples.html
Gewijzigd op 22/02/2015 20:26:53 door - SanThe -
Ik heb ServerAlias *.print.dvcgraphics.com toegevoegd.
Nu zie ik geen Apache is functioning normally maar komt de site automatisch naar print.dvcgraphics.com
Aan wat zou dat kunnen liggen? Versio.... of Directadmin...
Er is geen redirect gemaakt op versio dusja, misschien iets in directadmin ofzo.
Alvast bedankt voor de hulp.
Toevoeging op 22/02/2015 20:31:01:
- San The -
Mag ik dat gewoon erbij plaatsen misschien?
Bekijk die link eens.
httpd: Syntax error on line 134 of /etc/httpd/conf/httpd.conf: Syntax error on line 2 of /etc/httpd/conf/extra/directadmin-vhosts.conf: Syntax error on line 11 of /usr/local/directadmin/data/users/dvcgraphic/httpd.conf: /usr/local/directadmin/data/users/dvcgraphic/httpd.conf:86: <VirtualHost> was not closed.\n/usr/local/directadmin/data/users/dvcgraphic/httpd.conf:62: <VirtualHost> was not closed.\n/usr/local/directadmin/data/users/dvcgraphic/httpd.conf:35: <VirtualHost> was not closed.\n/usr/local/directadmin/data/users/dvcgraphic/httpd.conf:11: <VirtualHost> was not closed.
Heb het dan weer weggedaan.
- SanThe - op 22/02/2015 20:32:48:
Bekijk die link eens.
Al de rest geeft fouten -San The -
Nadt ik die toevoegde zag ik dit staan.
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Auto generated apache config file by DirectAdmin version 1.44.3
# Modifying this file is not recommended as any changes you make will be
# overwritten when the user makes any changes to his/her website
# For global config changes that affect all Users, see this guide:
# http://help.directadmin.com/item.php?id=2
# For local config changes that only affect one User, see this guide:
# http://help.directadmin.com/item.php?id=3
<VirtualHost 31.204.153.213:80 >
ServerAlias *.print.dvcgraphics.com
ServerName www.dvcgraphics.com
ServerAlias www.dvcgraphics.com dvcgraphics.com
ServerAdmin [email protected]
DocumentRoot /home/dvcgraphic/domains/dvcgraphics.com/public_html
ScriptAlias /cgi-bin/ /home/dvcgraphic/domains/dvcgraphics.com/public_html/cgi-bin/
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dvcgraphic dvcgraphic
</IfModule>
CustomLog /var/log/httpd/domains/dvcgraphics.com.bytes bytes
CustomLog /var/log/httpd/domains/dvcgraphics.com.log combined
ErrorLog /var/log/httpd/domains/dvcgraphics.com.error.log
<Directory /home/dvcgraphic/domains/dvcgraphics.com/public_html>
php_admin_flag safe_mode OFF
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dvcgraphic/.php/php-mail.log
php_admin_value open_basedir /home/dvcgraphic/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</VirtualHost>
<VirtualHost 31.204.153.213:443 >
ServerAlias *.print.dvcgraphics.com
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
ServerName www.dvcgraphics.com
ServerAlias www.dvcgraphics.com dvcgraphics.com
ServerAdmin [email protected]
DocumentRoot /home/dvcgraphic/domains/dvcgraphics.com/private_html
ScriptAlias /cgi-bin/ /home/dvcgraphic/domains/dvcgraphics.com/public_html/cgi-bin/
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dvcgraphic dvcgraphic
</IfModule>
CustomLog /var/log/httpd/domains/dvcgraphics.com.bytes bytes
CustomLog /var/log/httpd/domains/dvcgraphics.com.log combined
ErrorLog /var/log/httpd/domains/dvcgraphics.com.error.log
<Directory /home/dvcgraphic/domains/dvcgraphics.com/private_html>
php_admin_flag safe_mode OFF
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dvcgraphic/.php/php-mail.log
php_admin_value open_basedir /home/dvcgraphic/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</VirtualHost>
<VirtualHost 31.204.153.213:80 >
ServerAlias *.print.dvcgraphics.com
ServerName www.print.dvcgraphics.com
ServerAlias www.print.dvcgraphics.com print.dvcgraphics.com
ServerAdmin [email protected]
DocumentRoot /home/dvcgraphic/domains/dvcgraphics.com/public_html/print
ScriptAlias /cgi-bin/ /home/dvcgraphic/domains/dvcgraphics.com/public_html/print/cgi-bin/
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dvcgraphic dvcgraphic
</IfModule>
CustomLog /var/log/httpd/domains/dvcgraphics.com.print.bytes bytes
CustomLog /var/log/httpd/domains/dvcgraphics.com.print.log combined
ErrorLog /var/log/httpd/domains/dvcgraphics.com.print.error.log
<Directory /home/dvcgraphic/domains/dvcgraphics.com/public_html>
php_admin_flag safe_mode OFF
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dvcgraphic/.php/php-mail.log
php_admin_value open_basedir /home/dvcgraphic/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</VirtualHost>
<VirtualHost 31.204.153.213:443 >
ServerAlias *.print.dvcgraphics.com
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
ServerName www.print.dvcgraphics.com
ServerAlias www.print.dvcgraphics.com print.dvcgraphics.com
ServerAdmin [email protected]
DocumentRoot /home/dvcgraphic/domains/dvcgraphics.com/private_html/print
ScriptAlias /cgi-bin/ /home/dvcgraphic/domains/dvcgraphics.com/public_html/print/cgi-bin/
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dvcgraphic dvcgraphic
</IfModule>
CustomLog /var/log/httpd/domains/dvcgraphics.com.print.bytes bytes
CustomLog /var/log/httpd/domains/dvcgraphics.com.print.log combined
ErrorLog /var/log/httpd/domains/dvcgraphics.com.print.error.log
<Directory /home/dvcgraphic/domains/dvcgraphics.com/private_html>
php_admin_flag safe_mode OFF
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dvcgraphic/.php/php-mail.log
php_admin_value open_basedir /home/dvcgraphic/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</VirtualHost>
# Modifying this file is not recommended as any changes you make will be
# overwritten when the user makes any changes to his/her website
# For global config changes that affect all Users, see this guide:
# http://help.directadmin.com/item.php?id=2
# For local config changes that only affect one User, see this guide:
# http://help.directadmin.com/item.php?id=3
<VirtualHost 31.204.153.213:80 >
ServerAlias *.print.dvcgraphics.com
ServerName www.dvcgraphics.com
ServerAlias www.dvcgraphics.com dvcgraphics.com
ServerAdmin [email protected]
DocumentRoot /home/dvcgraphic/domains/dvcgraphics.com/public_html
ScriptAlias /cgi-bin/ /home/dvcgraphic/domains/dvcgraphics.com/public_html/cgi-bin/
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dvcgraphic dvcgraphic
</IfModule>
CustomLog /var/log/httpd/domains/dvcgraphics.com.bytes bytes
CustomLog /var/log/httpd/domains/dvcgraphics.com.log combined
ErrorLog /var/log/httpd/domains/dvcgraphics.com.error.log
<Directory /home/dvcgraphic/domains/dvcgraphics.com/public_html>
php_admin_flag safe_mode OFF
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dvcgraphic/.php/php-mail.log
php_admin_value open_basedir /home/dvcgraphic/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</VirtualHost>
<VirtualHost 31.204.153.213:443 >
ServerAlias *.print.dvcgraphics.com
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
ServerName www.dvcgraphics.com
ServerAlias www.dvcgraphics.com dvcgraphics.com
ServerAdmin [email protected]
DocumentRoot /home/dvcgraphic/domains/dvcgraphics.com/private_html
ScriptAlias /cgi-bin/ /home/dvcgraphic/domains/dvcgraphics.com/public_html/cgi-bin/
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dvcgraphic dvcgraphic
</IfModule>
CustomLog /var/log/httpd/domains/dvcgraphics.com.bytes bytes
CustomLog /var/log/httpd/domains/dvcgraphics.com.log combined
ErrorLog /var/log/httpd/domains/dvcgraphics.com.error.log
<Directory /home/dvcgraphic/domains/dvcgraphics.com/private_html>
php_admin_flag safe_mode OFF
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dvcgraphic/.php/php-mail.log
php_admin_value open_basedir /home/dvcgraphic/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</VirtualHost>
<VirtualHost 31.204.153.213:80 >
ServerAlias *.print.dvcgraphics.com
ServerName www.print.dvcgraphics.com
ServerAlias www.print.dvcgraphics.com print.dvcgraphics.com
ServerAdmin [email protected]
DocumentRoot /home/dvcgraphic/domains/dvcgraphics.com/public_html/print
ScriptAlias /cgi-bin/ /home/dvcgraphic/domains/dvcgraphics.com/public_html/print/cgi-bin/
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dvcgraphic dvcgraphic
</IfModule>
CustomLog /var/log/httpd/domains/dvcgraphics.com.print.bytes bytes
CustomLog /var/log/httpd/domains/dvcgraphics.com.print.log combined
ErrorLog /var/log/httpd/domains/dvcgraphics.com.print.error.log
<Directory /home/dvcgraphic/domains/dvcgraphics.com/public_html>
php_admin_flag safe_mode OFF
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dvcgraphic/.php/php-mail.log
php_admin_value open_basedir /home/dvcgraphic/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</VirtualHost>
<VirtualHost 31.204.153.213:443 >
ServerAlias *.print.dvcgraphics.com
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
ServerName www.print.dvcgraphics.com
ServerAlias www.print.dvcgraphics.com print.dvcgraphics.com
ServerAdmin [email protected]
DocumentRoot /home/dvcgraphic/domains/dvcgraphics.com/private_html/print
ScriptAlias /cgi-bin/ /home/dvcgraphic/domains/dvcgraphics.com/public_html/print/cgi-bin/
UseCanonicalName OFF
<IfModule !mod_ruid2.c>
SuexecUserGroup dvcgraphic dvcgraphic
</IfModule>
CustomLog /var/log/httpd/domains/dvcgraphics.com.print.bytes bytes
CustomLog /var/log/httpd/domains/dvcgraphics.com.print.log combined
ErrorLog /var/log/httpd/domains/dvcgraphics.com.print.error.log
<Directory /home/dvcgraphic/domains/dvcgraphics.com/private_html>
php_admin_flag safe_mode OFF
php_admin_flag engine ON
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
php_admin_value mail.log /home/dvcgraphic/.php/php-mail.log
php_admin_value open_basedir /home/dvcgraphic/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</VirtualHost>
Nu zie ik overal www. ik denk dat dit niet juist is.
Toevoeging op 22/02/2015 21:05:30:
Probleem is nu dat testshop.print.dvcgraphics.com geredirect is naar print.dvcgraphics.com of zo.
Al zie ik nergens die redirect staan.
Ik heb de winkel testshop.print.dvcgraphics.com aangemaakt, dus die moet er zijn.
Ik heb 1 product toegevoegd en alles werkt goed in de Back office.
Zie ook: http://help.directadmin.com/item.php?id=127
De meeste webhostings regelen de DNS-setting vanuit een ander controlepaneel, dus moet je de de * in je A-record daar plaatsen.
Daarna moet je in het textarea van de VirtualHosts dit invullen: ServerAlias *.|DOMAIN|
Daarna wordt de virtual host binnen enkele minuten aangepast.
Pas dus NIET de virualhost zelf aan! (zie comments)
Let daarna wel op dat je geen gebruik meer moet maken van het Subdomain management in DirectAdmin, dan schijnt je VirtualHost weer terug te worden gezet.
Gewijzigd op 23/02/2015 09:29:32 door - Ariën -
Ik heb een A record (*.print.dvcgraphics.com) in de paneel geplaatst.
Die was er al... Maar ik heb die an verwijderd en enkel een A record met * maar mijn site was offline.
Dan maar teruggezet.
Probleem blijft bestaan, geen enkele subdomein.print.dvcgraphics.com werkt. :(
Er moet iets zijn dat ik over het hoofd heb gezien, vroeger werkte het...
Misschien een map die niet op Chmod 777 staat.. zou kunnen toch?
En wat heb je in de grote textarea geplaatst?