search for: _default_

Displaying 20 results from an estimated 38 matches for "_default_".

Did you mean: default_
2011 Jun 02
2
nfs webroot 403's
...-S [Wed Jun 01 22:14:16 2011] [warn] module php5_module is already loaded, skipping Warning: DocumentRoot [/var/www/html/example.com/jokefire/project_files] does not exist Warning: DocumentRoot [/var/www/html/example.com/store] does not exist VirtualHost configuration: wildcard NameVirtualHosts and _default_ servers: _default_:443 VIRTCENT07.summitnjhome.com (/etc/httpd/conf.d/ssl.conf:81) *:80 is a NameVirtualHost default server blog.example.com (/etc/httpd/conf.d/blog.conf:1) port 80 namevhost blog.example.com (/etc/httpd/conf.d/blog.conf:1) port...
2008 Apr 09
4
ssl and NameVirtualHost
...t be used with name based virtual hosting, but I don't if that means, not at all, or not with multiple named hosts. I have multiple NameVirtualHost on port 80, but will only plan to use one of the names on port 443. The start of the section in my ssl.conf goes like this: <VirtualHost _default_:443> ServerName nameprotected.domain.edu:443 ServerAdmin me at domain.edu DocumentRoot /var/www/docs/nameprotected nameprotected.domain.edu is a DNS CNAME to the actual host. How do folks do SSL and virtual hosts? multiple IP addresses is not an option for me. TIA Tony Schr...
2014 Jun 10
1
apache server-status permission denied
...t apache 28363 28359 0 21:38 ? 00:00:00 /opt/apache2/bin/httpd -k start And if I check apachectl -S things look ok there too. I can also see I'm using the right config: [root at webhosta apache2]# /opt/apache2/bin/httpd -S VirtualHost configuration: wildcard NameVirtualHosts and _default_ servers: *:* is a NameVirtualHost default server test.mydomain.com (/opt/apache2/conf.d/z001_mydomain.conf:1) port * namevhost test.mydomain.com (/opt/apache2/conf.d/z001_mydomain.conf:1) port * namevhost webhosta.dmz.domain.com (/opt/apache2/conf/h...
2023 Jan 10
1
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
...0000 > RICHET Yann <yann.richet at irsn.fr> wrote: > >> In facts, 10 threads are asked by armadillo for some LinAlg, which >> backs to two threads as warned. > > I think you're right about your tests de-facto using two threads, but > it might be a good idea to _default_ to up to two threads in tests and > examples. This is especially valuable for third-party developers who > have to mass-test packages (one of which could be rlibkriging) in > parallel. > >> - is there any reason that could explain that fedora-*-devel is so >> slow for this...
2023 Jan 10
1
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
On Tue, 10 Jan 2023 16:27:53 +0000 RICHET Yann <yann.richet at irsn.fr> wrote: > In facts, 10 threads are asked by armadillo for some LinAlg, which > backs to two threads as warned. I think you're right about your tests de-facto using two threads, but it might be a good idea to _default_ to up to two threads in tests and examples. This is especially valuable for third-party developers who have to mass-test packages (one of which could be rlibkriging) in parallel. > - is there any reason that could explain that fedora-*-devel is so > slow for this package or compilation of Rc...
2009 May 15
1
[PATCH server] add server-side groundwork for remote freeipa server
...c[dnsmasq_restart] + } + + package {"mod_nss": + ensure => installed + } + + file_replacement{"mod_nss_config_1": + file => "/etc/httpd/conf.d/nss.conf", + pattern => "<VirtualHost _default_:8443>", + replacement => "<VirtualHost _default_:443>", + require => Package[mod_nss] + } + file_replacement{"mod_nss_config_2": + file => "/etc/httpd/conf.d/nss.conf", + patte...
2023 Jan 10
1
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
...<yann.richet at irsn.fr> wrote: >> >>> In facts, 10 threads are asked by armadillo for some LinAlg, which >>> backs to two threads as warned. >> >> I think you're right about your tests de-facto using two threads, but >> it might be a good idea to _default_ to up to two threads in tests and >> examples. This is especially valuable for third-party developers who >> have to mass-test packages (one of which could be rlibkriging) in >> parallel. >> >>> - is there any reason that could explain that fedora-*-devel is so >...
2015 Feb 12
2
dovecot 2.2.15 script_after not executed
...ve + vacation.sieve) Just to resume, when I'm activating vacation, the incoming message will be moved/copied to designated folder and vacation will be triggered after. As you can see here :: dovecot1.sieve -> filters.sieve vacation plugin has a build-in function to activate itself as a _default_ rule. But as I mentioned before, incoming messaged will be filtered by filter.sieve and after ( if activated ) to trigger vacation response. Hope, i wasn't to ambiguous :) Links: ------ [1] https://tools.ietf.org/html/rfc5228#section-4.3 [2] https://tools.ietf.org/html/rfc5228#section-...
2023 Jan 10
1
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
...fr> wrote: >>> >>>> In facts, 10 threads are asked by armadillo for some LinAlg, which >>>> backs to two threads as warned. >>> >>> I think you're right about your tests de-facto using two threads, but >>> it might be a good idea to _default_ to up to two threads in tests and >>> examples. This is especially valuable for third-party developers who >>> have to mass-test packages (one of which could be rlibkriging) in >>> parallel. >>> >>>> - is there any reason that could explain that fedor...
2008 Oct 07
6
https problems
I''m having a problem but don''t know what is causing it so I don''t know exactly where to post, please bear with me. I''m trying to set up https access however whenever I go to https://url_for_site the root route renders but the url is rewritten to http://url_for_site. The ssl request shows in the apache logs but obviously no further ssl requests show up.
2018 Aug 30
2
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection
...-ming.com. It should redirect to https://tdtemcerts.wordpress.com 59. Go to Apache web server alternative configuration directory: cd /etc/httpd/conf.d 60. Edit the Apache web server Secure Socket Layer (SSL) configuration file: sudo nano ssl.conf 61. Find the section that says <VirtualHost _default_:443> 62. Insert the following code: ServerName blogger.teo-en-ming.com Redirect / https://tdtemcerts.blogspot.sg Alternative Code: ServerName wordpress.teo-en-ming.com Redirect / https://tdtemcerts.wordpress.com 63. Restart the Apache web server process: sudo /usr/sbin/apachectl restart 6...
2023 Jan 11
2
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
...> wrote: >>> >>>> In facts, 10 threads are asked by armadillo for some LinAlg, which >>>> backs to two threads as warned. >>> >>> I think you're right about your tests de-facto using two threads, >>> but it might be a good idea to _default_ to up to two threads in >>> tests and examples. This is especially valuable for third-party >>> developers who have to mass-test packages (one of which could be >>> rlibkriging) in parallel. >>> >>>> - is there any reason that could explain that fe...
2015 May 14
0
Delaying systemd reboot for a while
...;ve seen in the documentation Have you tried this? It's a symlink, but systemctl knows to act differently when called as shutdown, and the traditional use still works. No need to hack around anything ? just use 'shutdown -r' as always. In Fedora at least, note that +1 is actually the _default_ ? I think that's true in EL7 as well but I don't have a system handy to check. See `man shutdown` for more. And `man systemd.time` for the time formats. -- Matthew Miller <mattdm at fedoraproject.org> Fedora Project Leader
1998 Nov 10
0
unix registry command
...ec keyname shows the permissions (access control list) on a file. a list of SIDs and their permissions is shown. use the "lookupsids S-x-x-x..." command to find out the pretty-looking name, i will fix this in later versions. - regcreatekey parentkeyname subkeyname creates a key with _default_ permissions. cannot specify key permissions at the moment. - regcreateval parentkeyname valuename [1|3|4] value. 1=UNICODE string; 3=hex data (value is of format 0095a439 or 00,15,39,28,ba,ff etc) 4=DWORD (value is of format 0xNNNN or NNNN) that's all, for now: there are improvements to b...
2010 Jul 13
2
Setting apache's maxclients higher than 256 in CentOS
Hi, I could not find any reference if the version of apache compiled for centos 5.x has support for more than 256 clients in apache's maxclients. If that is not the case how can I recompile the package with such support? Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Apr 10
1
regchrome causes segfault during Mozilla build
>Submitter-Id: current-users >Originator: Dr. Otacon >Organization: Skimask Ninjas >Confidential: no >Synopsis: regchrome causes segfault during Mozilla build >Severity: critical >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 4.8-STABLE i386 >Environment: System: FreeBSD octo.sytes.net 4.8-STABLE FreeBSD 4.8-STABLE #4: Wed Apr 9 14:48:08 MDT
2017 May 07
2
[Bug 2713] New: Please provide a StrictModes-like setting (command line parameter) for ssh (client)
https://bugzilla.mindrot.org/show_bug.cgi?id=2713 Bug ID: 2713 Summary: Please provide a StrictModes-like setting (command line parameter) for ssh (client) Product: Portable OpenSSH Version: 7.5p1 Hardware: Other OS: Other Status: NEW Severity: enhancement Priority: P5
2011 Oct 07
0
Creating One Single Object Linking Multiple Datapoints
...(strBaseDir,**strInputAccession,"QC",sep="/"**) >> sampleFile<- >> paste(processedDir,"/",**strInputAccession,"_**RAWfilenames.txt",sep="") >> defaultExprs<- >> paste(processedDir,"/",**strInputAccession,"_default_**exprs.csv",sep="") >> >> if(file.exists(sampleFile)){ >> affyobj<- try(ReadAffy(filenames=read.**table(sampleFile,as.is >> =T,header=FALSE)[,1])) >> if(class(affyobj)=="try-error"**){ >> rm(affyobj) >> }else{ >>...
2015 May 14
4
Delaying systemd reboot for a while
Hi, I'm in need of rebooting a server 1 minute after I give the command. I'm used to shutdown -r +1 which works as advertised. Now that shutdown is part of systemd <http://www.freedesktop.org/software/systemd/man/shutdown.html> and it is actually a link to it in CentOS 7, I've seen in the documentation
2015 Feb 15
0
dovecot 2.2.15 script_after not executed
...esume, when I'm activating vacation, the incoming message > will be moved/copied to designated folder and vacation will be > triggered after. > > As you can see here :: dovecot1.sieve -> filters.sieve > > vacation plugin has a build-in function to activate itself as a > _default_ rule. > > But as I mentioned before, incoming messaged will be filtered by > filter.sieve and after ( if activated ) to trigger vacation response. > > Hope, i wasn't to ambiguous :) > If you want to force execution of the vacation rule, it should be in sieve_before (or in you...