search for: accesslog

Displaying 20 results from an estimated 224 matches for "accesslog".

Did you mean: access_log
2005 Dec 25
2
offtopic: which one is faster: file or database?
hi, this topic is not directly about rails but I wanna hear your opinions and experience in this matter. you know apache''s access.log .. I am using lighttpd accesslog which is same as apache for some of my analysis. I copy the log into my database during my analysis for soem advanced queroies and then delete it. It''s done once a day on a non-loaded hour (5 am) so it doesnt bring in a problem of load. one of my colleagues advised to turn off accesslog a...
2018 Mar 08
3
LDAP BDC- Classic Domain
Hi Guys, We're trying to add a BDC in Samb4 classic domain setup. The Samba 3 How -To and Samb3 by Example covers this but uses the old slapd.conf option, we are using the slapd.d config. I couldn't find a similar document for Samba4 Can you please advise that the following steps will work? LDAP in the existing PDC is working using the smbldap tools - Setup the LDAP in BDC
2018 Mar 12
2
LDAP: PDC to BDC replication issues
...folder. The contents of the which are below. In BDC it remained a file. BDC: LDAP sync related bits from olCDatabase(1)HDB olcSyncrepl: {0}rid=0 provider=ldap://lin-pdc1.lin bindmethod=simple bindd n="cn=admin,dc=lin" credentials=seceret searchbase="dc=lin" log base="cn=accesslog" logfilter="(&(objectClass=auditWriteObject)(reqResult=0)) " schemachecking=on type=refreshAndPersist retry="60 +" syncdata=accesslog olcUpdateRef: ldap://lin-pdc1.lin PDC: root at lin-pdc1:/etc/ldap/slapd.d/cn=config/olcDatabase={1}hdb# cat olcOverlay\=\{0\}syncprov.l...
2013 Jan 24
3
No sound on any stream.
...gdir>/var/log/icecast</logdir> <webroot>/usr/share/icecast/web</webroot> <adminroot>/usr/share/icecast/admin</adminroot> <alias source="/" dest="/status.xsl"/> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> <logsize>10000</logsize> <!-- <logarchive>1</logarchive> --> </logg...
2004 Aug 06
1
Icecast2 Configuration
...lt;/directory> <bind-address>0.0.0.0</bind-address> <port>8000</port> <paths> <basedir>./</basedir> <logdir>./</logdir> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> </logging> </icecast> I'd really appreciate any help! Thank you! - Moguta www.ffradio.net --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: htt...
2006 Jan 27
5
Multiple Apps running under Lighttpd with scgi on a Windows Box ... possible?
...ting a *nix box (which I should have soon, hopefully) ? Lighttpd.conf (part of it): var.test= "C:/Rails/Test" $HTTP["host"] == "test" { server.document-root = var.test+ "/public" server.errorlog = var.test+ "/log/lighttpd-errors.log" accesslog.filename = var.test+ "/log/lighttpd-access.log" static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".scgi" ) server.error-handler-404 = "/dispatch.scgi" scgi.server = ( "dispatch.scgi" => (( &quot...
2004 Dec 07
3
icecast2 setup problem - unable to open logfiles
Zenon Panoussis wrote: > > Dan Stowell wrote: > > [icecast can't write to log files] > > > running it as myself ("dan") - the same as the owner of the logfiles > > and of the containing folder. > > >> > -rw-rw-r-- 1 dan admin 0 6 Dec 23:48 icecast2access.log > >> > -rw-rw-r-- 1 dan admin 0 6 Dec 23:48
2016 Jul 23
2
Config and other areas of struggle
...; </http-headers> <fileserve>1</fileserve> <paths> <logdir>./log</logdir> <webroot>./web</webroot> <adminroot>./admin</adminroot> <alias source="/" destination="/status.xsl"/> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> <logsize>10000</logsize> <!-- Max size of a logfile --> <logarchive>1</logarchive> </logging> </icecas...
2006 May 26
2
Lighttpd Config
...6.152.228/logapp, but I cannot figure this out!! It''s got to be rather simple. Here''s my Lighttpd.conf server.port = 80 server.pid-file = "/tmp/test_lighttpd.pid" server.modules = ( "mod_redirect", "mod_access", "mod_fastcgi", "mod_accesslog", "mod_simple_vhost" ) server.document-root = "/srv/www/lighttpd/" server.indexfiles = ( "index.php", "index.html" ) accesslog.filename = "/var/log/lighttpd/access_log" server.errorlog = "/var/log/lighttpd/error_log" # Start of loga...
2006 Feb 06
4
fcgi to run cgi scripts
...n", ".jpg" => "image/jpeg", ".png" => "image/png" ) index-file.names = ( "index.html", "index.cgi" ) $HTTP["host"] == "bugs.mysite" { server.document-root = "/opt/webspace/bugzilla-2.20/" accesslog.filename = "/Users/USER/Sites/rails/log/access.log" }
2007 May 19
1
configuration & error help
...<basedir>./</basedir> <logdir>./logs</logdir> <webroot>./web</webroot> <adminroot>./admin</adminroot> <alias source="/" dest="/status.xsl"/> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <playlistlog>playlist.log</playlistlog> <loglevel>4</loglevel> <logsize>10000</logsize> <logarchive>1</logarchive> </logging&...
2013 Jan 24
3
No sound on any stream.
...gdir>/var/log/icecast</logdir> <webroot>/usr/share/icecast/web</webroot> <adminroot>/usr/share/icecast/admin</adminroot> <alias source="/" dest="/status.xsl"/> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> <logsize>10000</logsize> <!-- <logarchive>1</logarchive> --> </logg...
2019 Sep 10
1
multiple instances? Updated
...ileserve>1</fileserve> ><paths> ><logdir>./log</logdir> ><webroot>./web</webroot> ><adminroot>./admin</adminroot> ><alias source="/" destination="/status.xsl"/> ></paths> ><logging> ><accesslog>access.log</accesslog> ><errorlog>error.log</errorlog> ><loglevel>3</loglevel> ><logsize>10000</logsize> ></logging> ></icecast> > >I won't bore you with the "tech gibberish". Once you run Icecast with >t...
2006 Jan 11
2
Table prefix
Hi everybody, is it possible to override standard RoR table nomination/pluralization to include a suffix? I have some tables with usr_ prefix but i would use "real" table name in model naming. For example i have table usr_accesslogs; in normal use i should create a model called UsrAccesslog instead Accesslog. Is it possible to do this?? Thanx Davide
2004 Aug 06
1
Header read failed .
Adon Irani <adon@yorku.ca> said: > > i've been noticing all this talk about status.xsl pages and wanted to see > them for myself ; so i download the latest snapshots of icecast and > libshout (as i was using the ~msmith tarballs before ) . i compiled them > w/ the xslt-dev debian packages added and everything lo0ked good . > > i stopped the icecast server - make
2004 Aug 06
2
Icecast2 Configuration
...ind-address>0.0.0.0</bind-address> >> <port>8000</port> >> <paths> >> <basedir>./</basedir> >> <logdir>./</logdir> >> </paths> >> <logging> >> <accesslog>access.log</accesslog> >> <errorlog>error.log</errorlog> >> </logging> >> </icecast> >> >> I'd really appreciate any help! Thank you! >> >> - Moguta >> www.ffradio.net >> >> --- >8 ---- >> Lis...
2019 Sep 10
1
multiple instances? Updated
...> </http-headers> <fileserve>1</fileserve> <paths> <logdir>./log</logdir> <webroot>./web</webroot> <adminroot>./admin</adminroot> <alias source="/" destination="/status.xsl"/> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>3</loglevel> <logsize>10000</logsize> </logging> </icecast> I won't bore you with the "tech gibberish". Once you run Icecast with the above settings, you can: Poi...
2006 Nov 04
2
[ Rails ] Multiple rails apps on 1 host
...s app2 cd app1 script/server rails put a copy of lighttpd.conf in /tmp/app1/config/ and then started lighttpd http://localhost:3000 gave me the splash page. I shutdown the server I added something to /tmp/app1/config/lighttpd.conf server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi", "mod_compress", "mod_expire", "mod_alias" ) Then I added 1 other thing: $HTTP["url"] =~ "^/app2" { alias.url = ( "/app2" => CWD + "/../app2/public" ) server.error-handler-404 = "/dispa...
2019 Sep 09
7
multiple instances? Updated
...> </http-headers> <fileserve>1</fileserve> <paths> <logdir>./log</logdir> <webroot>./web</webroot> <adminroot>./admin</adminroot> <alias source="/" destination="/status.xsl"/> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>3</loglevel> <logsize>10000</logsize> </logging> </icecast> >_______________________________________________ >Icecast mailing list >Icecast at xiph.org >http://lists...
2006 Mar 07
13
hosting multiple rails apps in one webroot?
...Here''s a lighttpd config file that runs on port 80. Be sure to activate mod_alias!! # Default configuration file for the lighttpd web server # Start using ./script/server lighttpd server.port = 80 server.modules = ("mod_alias", "mod_rewrite", "mod_accesslog", "mod_fastcgi" ) server.document-root = "/apps/root/" url.rewrite = ( "^/$" => "index.html", "^([^.]+)$" => "$1.html" ) $HTTP["url"] =~ "^/code" { server.document-root = "/apps/code/...