On Wednesday 13 August 2003 20:04, you wrote: si cu vhost-urile din vhosts ...? le sterg, nu?
> NameVirtualHost vhost_cu_ssl:443 > NameVirtualHost vhost_fara_ssl:80 > > <VirtualHost host_cu_ssl:443> > ServerName numele_hostului > ServerAlias alias_eventual > DocumentRoot /home/httpd/hosts/domeniu/numele_hostului > SSLEngine on > SSLCipherSuite > ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL > SSLCertificateFile conf/ssl/numele_hostului.crt > SSLCertificateKeyFile conf/ssl/numele_hostului.key > SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars > +StrictRequire > <Files ~ "\.(cgi|shtml|phtml|php?)$"> > SSLOptions +StdEnvVars > </Files> > SetEnvIf User-Agent ".*MSIE.*" nokeepalive > ssl-unclean-shutdown downgrade-1.0 force-response-1.0 > CustomLog logs/numele_hostului_access_log common > CustomLog logs/numele_hostului_referer_log referer > CustomLog logs/numele_hostului_agent_log agent > CustomLog logs/numele_hostului_access_log combined > CustomLog logs/numele_hostului_log common_with_deflate_info > </VirtualHost> > > <VirtualHost host_fara_ssl:80> > ServerName numele_hostului > DocumentRoot /home/httpd/hosts/domeniu1/numele_hostului > CustomLog logs/numele_hostului_access_log common > CustomLog logs/numele_hostului_referer_log referer > CustomLog logs/numele_hostului_agent_log agent > CustomLog logs/numele_hostului_access_log combined > CustomLog logs/numele_hostului_log common_with_deflate_info > </VirtualHost> > > On Wed, 2003-08-13 at 16:57, Balu Stefan wrote: > > baieti...yo nu vreau ca boul asta sa-mi zica: > > > > Bad Request > > > > > > Your browser sent a request that this server could not understand. > > Reason: You're speaking plain HTTP to an SSL-enabled server port. > > Instead use the HTTPS scheme to access this URL, please. > > > > Adica, vreau sa mearga pe atat pe http:// cat si pe https:// > > Mai exact...am 2 vhost-uri > > ns.smt.com > > www.smt.com > > > > k...yo vreau ca pentru http://ns.smt.com/ sa arate un website si pe > > https://ns.smt.com sa arate alt website :) (pentru care e si nevoie > > de ssl) > > > > si pe www.smt.ro sa mearga doar http nu si https .... > > so...what do I do? is it possible? -- Stefan, a simple Gentoo user. Linux registered user: #272012 [Linux is Friendly. It's just selective about who his friends are.] --- Detalii despre listele noastre de mail: http://www.lug.ro/
