Displaying 19 results from an estimated 19 matches for "transferlog".
Did you mean:
transferlogs
2005 Aug 08
1
TransferLogs
Hello, i'm your product's user for 2 years. I think, it is great thing, but
for
this two years i can't find method to make transfer logs.
Increasing debug level value i can get only garbage in samba's logs.
Have Samba program some options, that can help me or i must write my own
utilite?
PS: i know about smbstatus utilite, but it isn't useful for making logs, i
think.
2009 Sep 17
1
[PATCH server] oVirt server single network installer
...md5,-rsa_null_sha,+fips_3des_sha,-fips_des_sha,-fortezza,-fortezza_rc4_128_sha,-fortezza_null,-rsa_des_56_sha,-rsa_rc4_56_sha,+rsa_aes_128_sha,+rsa_aes_256_sha
- NSSProtocol SSLv3,TLSv1
- NSSNickname Server-Cert
- NSSCertificateDatabase /etc/httpd/alias
-
- ErrorLog /etc/httpd/logs/error_log
- TransferLog /etc/httpd/logs/access_log
- LogLevel warn
-
- RewriteEngine On
- RewriteMap vmnodes prg:/usr/bin/ovirt-vm2node
- RewriteRule ^/terminal/(.+)/anyterm-module$ http://${vmnodes:$1}:81/anyterm-module [P]
- RewriteRule ^/terminal/(.+)/(.*\.(html|js|css|gif))*$ http://127.0.0.1/terminal/$2 [P,NE]
-...
2009 May 11
1
[PATCH server] Lower apache retry interval
This will cause apache to try reconnecting more often to the ovirt backend
so when it restarts, it's less noticeable to the user.
--- a/conf/ovirt-server.conf
+++ b/conf/ovirt-server.conf
@@ -21,7 +21,7 @@ NameVirtualHost AdminNetIpAddress:80
TransferLog /etc/httpd/logs/access_log
LogLevel warn
- ProxyPass /ovirt http://AdminNodeFQDN/ovirt
+ ProxyPass /ovirt http://AdminNodeFQDN/ovirt retry=3
ProxyPassReverse /ovirt http://AdminNodeFQDN/ovirt
</VirtualHost>
2019 Apr 12
1
Cockpit within httpd
...definition of the virtual server:
<VirtualHost *:80>
ServerName xxx.example.com
ServerAdmin admin_xxx at example.com
DocumentRoot /home/xxx/public_html
Options +ExecCGI +Includes +FollowSymLinks
LogFormat Combined
TransferLog /var/log/httpd/u_xxx_access_log
ErrorLog /var/log/httpd/u_xxx_error_log
RewriteEngine on
ProxyPreserveHost On
RewriteCond %{HTTP:Upgrade} =websocket [NC]
RewriteRule /cockpit/(.*) ws://127.0.0.1:9090/$1 [P,L]
RewriteC...
2015 Oct 12
1
getting error Ignoring parameter browse directory and winbind sequence directory
...group
Umask 022 022
AllowOverwrite on
PersistentPasswd off
# This is required to use both PAM-based authentication and local passwords
AuthOrder mod_auth_pam.c* mod_auth_unix.c
AuthPAMConfig proftpd
AuthPAM On
TransferLog /var/log/proftpd/xferlog
SystemLog /var/log/proftpd/proftpd.log
<IfModule mod_quotatab.c>
QuotaEngine off
</IfModule>
<IfModule mod_ratio.c>
Ratios off
</IfModule>
<IfModule mod_delay.c>
DelayEngine on
</IfModule>
<IfModule mod_ctrls.c>
ControlsEngine...
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.
2011 Aug 26
1
mysql authentication in proftpd
...# ftptop and ftpwho
UseSendfile off
# Define the log formats
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
# Define log-files to use
TransferLog /var/log/proftpd/proftpd.xferlog
ExtendedLog /var/log/proftpd/proftpd.access_log WRITE,READ write
ExtendedLog /var/log/proftpd/proftpd.auth_log AUTH auth
ExtendedLog /var/log/proftpd/proftpd.paranoid_log ALL default
#SQLLogFile /var/log/proftpd/proftpd.mysql
# Dynamic Shared Object (DSO) loadi...
2009 Nov 26
2
[error] avahi_entry_group_add_service_strlst("AdminNodeFQDN") failed: Invalid host name
Hi,
After doing a clean install of ovirt in a Fedora 11 VM, I am unable to
get anything working in the web interface. All I get is an error 500.
After reviewing the logs I see the following error in
/var/log/http/error.log
[Thu Nov 26 11:29:11 2009] [notice] Apache/2.2.13 (Unix) DAV/2
mod_auth_kerb/5.4 mod_nss/2.2.11 NSS/3.12.2.0 mod_python/3.3.1
Python/2.6 configured -- resuming normal
2006 Mar 13
9
Subversion problem - since you guys talked me into it :)
...tlecorneroftheinternet.com
DocumentRoot "/home/corner/www/html"
UserDir "/home/corner/www/html"
<Directory "/home/corner/www/html">
allow from all
Options +Indexes
</Directory>
ErrorLog /home/corner/logs/errors.txt
LogLevel notice
TransferLog /home/corner/logs/access.txt
</VirtualHost>
<VirtualHost *:80>
ServerName svn.mylittlecorneroftheinternet.com
<Location /svn>
DAV svn
SVNParentPath /home/svnadmin/svn
AuthType Basic
AuthName "Subversion repository"
AuthUse...
2011 Oct 10
0
passenger , ruby on rails , apache 2.2.21
...following
configuration, which seems extremely standard:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from none
Allow from all
</Directory>
ProxyPreserveHost on
ErrorLog "/usr/local/apache2/logs/error_log"
TransferLog "/usr/local/apache2/logs/access_log"
SSLEngine on
<Proxy balancer://hotcluster>
BalancerMember http://appserver:8010/
</Proxy>
ProxyPass / balancer://hotcluster/
ProxyPassReverse / balancer://hotcluster/
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+...
2009 Aug 18
1
WebDav on CentOS?
...i'm informed that
a new folder can not be created. Here's some output any help appreciated.
Thanks.
Dave.
<VirtualHost *:80>
ServerName test.example.com
ServerAdmin webmaster at example.com
DocumentRoot /var/www/test.example.com/data
ErrorLog /var/www/test.example.com/logs/error_log
TransferLog /var//www/test.example.com/logs/access_log
<directory /var/www/test.example.com/data>
Options +Includes Indexes FollowSymLinks
AddType text/html shtm
AddOutputFilter Includes shtm
AllowOverride all
Dav On
AuthType Basic
AuthName "Test and Development Area"...
2012 Jun 12
1
Dashboard with RackbaseURI / and RailsAutoDetect off
...mmenting the next line, but this is not
> recommended.
> SSLCARevocationFile /var/lib/puppet/ssl/ca/ca_crl.pem
> SSLVerifyClient optional
> SSLVerifyDepth 1
> SSLOptions +StdEnvVars
>
> ErrorLog logs/puppet_error_log
> TransferLog logs/puppet_access_log
> LogLevel warn
> # This header needs to be set if using a loadbalancer or proxy
> #RequestHeader unset X-Forwarded-For
>
> #RequestHeader set X-SSL-Subject %{SSL_CLIENT_S_DN}e
> #RequestHeader set X-Client-DN %{SSL...
2005 Sep 16
1
OT: Proftpd and Iptables
...al>
AllowOverwrite yes
<Limit ALL SITE_CHMOD>
AllowAll
</Limit>
</Global>
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
TransferLog /var/log/proftpd/xferlog
ExtendedLog /var/log/proftpd/access.log WRITE,READ
ExtendedLog /var/log/proftpd/auth.log AUTH auth
UseFTPUsers off
<Anonymous /var/ftp/pub>
AnonRequirePassword on
User...
2011 Aug 23
0
cant login remotely proftpd
...UTH auth
</Anonymous>
</IfDefine>
# ----------------------------------------------------
# ftp.snjh.net
# internalftp server
#
<VirtualHost 192.168.1.55>
ServerAdmin bluethundr at jokefire.com
ServerName "JF FTP Server"
TransferLog /var/log/proftpd/ftp.snjh-internal.net
MaxLoginAttempts 3
RequireValidShell no
DefaultRoot /var/www/html/mydomain.com
User nobody
Group nobody
AllowOverwrite yes
MasqueradeAddress 192.168.1.55
PassivePorts...
2010 Jan 21
4
Redirect www to non-www
How to redirect www to non-www? e.g redirect www.example.com to
example.com
Thanks
Johnny
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2015 Oct 12
2
getting error Ignoring parameter browse directory and winbind sequence directory
Hi Rowland,
Yes, Joined to the domain, ftp uses pam authentication. After upgrading
samba
On Fri, Oct 9, 2015 at 8:08 PM, Rowland Penny <rowlandpenny241155 at gmail.com>
wrote:
> On 09/10/15 15:28, VigneshDhanraj G wrote:
>
>> Hi Rowland,
>>
>> I updated samba from 40.25 to 4.1.20, now ftp is not working.
>>
>>
> Very cryptic, why isn't ftp
2009 Jun 16
7
Rsync, SSH and authorized_keys problem
Hi,
I'm trying to backup from one machine to the other (automatically via
cron) using rsync and ssh password-less public key authentication.
I having been trying to set this up following an article in a Linux
magazine[1] by only allowing the specific rsync command to run on the
remote box.
I am using the following rsync command:
$ rsync -avz -e "ssh -i ~/.ssh/backup-key" /backup
2006 Nov 08
2
Apache 2.2.3 setup woes
Good morning everyone,
I am running apache 2.2.3 compiled from source and proxy load balancer as
described on the mongrel site.
I have a total of three sites, this setup works really well for two of them
but for one of them, I keep getting "Forbidden" errors and this error in the
apache logs:
[warn] proxy: No protocol handler was valid for the URL /. If you are using
a DSO version of
2006 Oct 06
6
virtual host on latest centos 4.4
Good morning All,
I have a slight issue with apache virtual hosts not working on my newly
installed CentOS (4.4).
I am very new to Linux, however I have experience with apache etc on
'w1nd0ws'. I've been round and round in the apache conf file and to no
avail.
Basically if I setup a virtual host the default then looks at it. Also,
if I setup multiple virtual hosts they all look at