Denied Access to Chat Room...

I can chat with individuals, but about a week ago, I could not join AIM Chat rooms.  The error message reported an AIM socket error.
Following instructions I found here, I dragged my com.apple.iChat.AIM.plist  file into the trash.
When I restarted Messages and tried the chat room, I received a different error message.
Error> NoError
I returned to read up on this issue, and was directed toward my firewall settings.  After verifying them, I tried once more.  Still no joy.
Are there any other ideas?

Hi,
We have to look to iChat for some of this.
Previously iChat logged in on port 5190 to a server called login.oscar.aol.com  (or slogin...... if you used SSL)
When iChat does Direct IMs (where you send pic or files in a  Chat) it changes to a peer-to-peer connection still on port 5190 but on the UDP protocol (The login is using the TCP protocol).
It does the same (changing protocol) when doing Group chats (Chatrooms)
Since iChat 6 and the later Messages version the login was changed to port 443 with Messages also changing to the api.oscar.aol.com server.
However in Group chats and Direct IMs it still uses port 5190 and the UDP Protocol.
If you Firewall is On then you need to unlock it and check the Option button.
The Allow Signed Software option should be ticked.
IMAgent and iChat or Messages (depending on your app) should be in the list.
Stealth should not be used (it messes up Video and Audio only and Screen Sharing connections over AIM and Jabber)
Your router should also be allowing at least this two port 443 and 5190 and the two related Protocols (TCP for 443 and UDP for 5190) if stated.
Having a router doing UPnP should take care of this.
In The Preferences of the app > Accounts > Server Settings tab you also have the option in AIM login to use SSL to login.
Whilst in Messages the server name does not change you are logging into the server differently.
There maybe issues that turning Off SSL may get around (In iChat the Login Server name changes as it uses a different server)
7:50 pm      Sunday; August 24, 2014
​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
 G4/1GhzDual MDD (Leopard 10.5.8)
 MacBookPro 2Gb (Snow Leopard 10.6.8)
 Mac OS X (10.6.8),
 Couple of iPhones and an iPad

Similar Messages

  • Accessibility in Chat Rooms

    I use AVChat on my website for my blind members.  I can get them into the room but they need to "Allow" or "Deny" camera and microphone Access in Flash Player Settings.
    Apparently their screen readers cannot find the "Allow" or the "Deny" buttons.
    I have everything set up so that their webcam (mic and camera) are "on" but we need to be able to bypass the settings box or at least make the buttons "visible" to their screen readers.
    Help please.
    Thank you.
    PS:  Is there any way that their screen readers will be able to read text chat?

    The problem with the buttons is that they're "contained" within the Flash object that is the container holding the video interface. Unfortunately, that's an accessibility nightmare. As a web desginer it's one of the things I have to educate some clients about. They'll come to me and say "I saw this really cool site and I'd like one built like it." I'll go to the site they're talking about, and see it's a Flash site. Trouble with Flash sites (and with the settings box) is this...
    Here's what a regular page looks like:
    <html>
    <head>
    <title>page title</title>
    </head>
    <body>
      <div>
        <p>Page content goes here</p>
      </div>
    </body>
    </html>
    A "text to speech" converter can read where it says "Page content goes here".
    Here's what a Flash page looks like:
    <html>
    <head>
    <title>page title</title>
    </head>
    <body>
      <embed>
        <object>[Flash container info here]</object>
      </embed>
    </body>
    </html>
    EVERYTHING in the brackets [ ] is invisible. All text, buttons, links... everything. Because like a search spider, text to speech converters look for "renderable" text and inside an embedded object, there is none.
    Apart from remote connection, where you could work the mouse on their system from a window on yours, I'm not aware of any way around this limitation.

  • Unable to open links in chat rooms

    I spend some time in a chat room with friends and am unable to click on links to open them. I have tried right click to open, using apple command and clicking. I've copied and pasted into a new browser, but nothing seems to work.
    Any ideas?
    Thanks!!!

    Hi,
    From your Safari Menu Bar click Safari/Preferences then select the Security tab.
    Click: Show Cookies
    Delete all cookies related to the website where you access this chat room.
    Relaunch Safari and try again.
    If that doesn't help, empty the cache from the Safari Menu Bar.
    If you have any parental controls activated, that could be factor.
    Carolyn

  • Can't see/access newly created chat rooms

    We have an issue where users can create chat rooms but are unable to see/access them after they're created. Does anyone have any experience with this and knows why this happens and how to fix? Thanks.
    Mike

    MFischma,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Chat room using multicast socket

    hi-
    i have a chat room based on multicast socket with a SWING GUI interface. i want group members to be able to establish a shared secret(bases on extended n-party diffie-hellman algorithm) to encrypt all messages exchanged . Re-keying happens upon member join and leave. In order to do key agreement i need to identify the number of subscribers in the multicast chat room all time. i am having trouble setting up a centralized counter to keep track of distributed users 'cause each time a user joins the chat he or she invokes a different copy of the chat program(command line usage: java chatroom <user name>). please help me setting up a counter to count the subscriber and identify joins and leaves.... my main questin is where within the program to set up a counter variable like this to keep track of distributed users? please help...thanks!

    thanks for your reply... ummm yeah securing a chat room based on multicast poses many problems mainly because of the lack of a chat server. i really haven't gotten any of them sorted out. well the only reason to use encryption is to provide perfect forward secrecy and backward secrecy, meaning a user who just joined the chat room can't decipher any previous session of conversation prior to his join and a user who just left the chat room can't use the group session key he had to decrypt any future conversation. Access control and authorization is ignored. User can join the chat room without permission of the existing members.
    yes a flat hierarchy is assumed(all group members are treated equally....no fixed member is given privilege to generate and distribute keys). However, for the key agreement protocol to take place the last joined member is chosen as a group leader and is responsible of re-keying his share in the previous group session key. The newly joined member adds his share and everybody computes the new group session key based on Diffie-Hellman. This group leader role floats...
    you are right... without being able to detect joins/leaves and the correct order of those joins and leaves, none of these can be realized.
    Can i chain a separate server just to keep track of membership changes?

  • Unable to connect to chat room

    I recently upgraded to Flash 11.8.800.168 for my Mac and am now unable to access chat rooms that i was previously able to connect with. I receive a message saying "Connection Failed"

    Dear Al
    Thanks for your reply.
    I have just found out what's wrong. I went to the 'more info' section of my Chitchat application and it took me to a link where it explained that Yahoo Chat has ditched chatting with the Java protocol and chatters can now only chat via the Yahoo Messenger protocol, which is Yahoo Instant Messenger with Voice. Unfortunately Yahoo doesn't provide a platform for Yahoo Voice for Macintosh computers. Though the original link I went to provides another link to a thing called 'Adium' from which a Mac can access Yahoo Chat's new protocol, although it's not fully developed yet.
    Oh...and thanks so much for letting me know about the Java update release. I did not know that I have to upgrade my system first to recieve the latest update information.
    Regards
    Tina

  • Website chat room

    i was on a website and i went to their chat room and could not login it said connection failed and i went to the help section the options or reasons said because of java version , and firewalls, but i still cant access it i have a vista home premium and i need to know did i install the wrong java or is their another solutionas to why i cant access the chat room

    That's really a question for the administrators of the chat room. The problem would be specific to the particular program they use.
    You can check your Java console (it's in either the browser or the Java plug-in, depending on what you're using) to look for error messages, though. Maybe it'll have some useful info, although the fix might be something that only the chat room admins can do.

  • Setting up Chat Room with Jabber

    I am trying to create a chat room for multiple users all using a Jabber (gmail) account within ichat.  Is there a special naming protocol to creating a chat room or do you need to create an address somewhere before joining this chat room?
    I have no problem doing it with my .me account but for work everyone is on gmail so we ideally be able to use the Jabber accounts for group chats. 
    I did mange to "create" one called [email protected] (our domain) but when I tried to join I get the grey spinning wheel and don't get any further.
    Clearly I'm missing something so any help would be appreciated!
    Thanks,
    Sarah

    Hi,
    GoogleTalk is supposed to allow group chats.
    These tend to be called "Conferences" on most Jabber servers.
    Most Jabber servers have a section of additional itme your can "register" for and Login to.
    However to do this takes a third party app like Psi.
    This can then do "Service Discovery" on the server in question and show what features you can sign up for.
    These can include "Transports" that allow you to add Buddies from different services and Conference calls.
    Having said that if you do Service Discovery on GoogleTalk you find nothing
    Many apps also presume the server name is the last part of your user ID and for Google with it's @gmail.com and @googlemail.com this does not work properly in some of these apps.
    This page has Instructions for how to set up a Transport to MSN using Psi and you can see the Service Discovery panel.
    Essentially a room has to be given a Name and this is coupled with the Jabber server name it is on so that it looks something like this:-
    [email protected]
    The room "ralph" is on the conference server at the jabber.org.uk server.
    Substituting [email protected] does not seem to work as a room name.
    It may pay to start from a  Web Browser login and see if a room name becomes apparent that way.
    Edit
    The last two "links" I have tried to remove the Links but they keep get added back
    9:53 PM      Friday; April 26, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously
    Message was edited by: Ralph Johns (UK)
    Message was edited by: Ralph Johns (UK)
    Message was edited by: Ralph Johns (UK)

  • Apache user dir (13)Permission denied: access to /~simha/ denied

    I am getting Access forbidden! when I am trying to connect to http://localhost/~simha/ where simha is my user name
    my /var/log/httpd/error_log says
    [Thu Jul 08 17:44:30 2010] [error] [client 127.0.0.1] (13)Permission denied: access to /~simha/ denied
    I tried a lot and gave up. Can any one help me in this in regard
    The following are the permisions of my home dir simha and public_html
    drwx--x--x 130 simha users 16384 Jul 8 17:04 simha
    drwxr-xr-x 2 simha users 4096 Jul 8 17:02 public_html
    The following are my httpd.conf
    # This is the main Apache HTTP server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
    # for a discussion of each configuration directive.
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so "/var/log/httpd/foo_log"
    # with ServerRoot set to "/etc/httpd" will be interpreted by the
    # server as "/etc/httpd//var/log/httpd/foo_log".
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do not add a slash at the end of the directory path. If you point
    # ServerRoot at a non-local disk, be sure to point the LockFile directive
    # at a local disk. If you wish to share the same ServerRoot for multiple
    # httpd daemons, you will need to change at least LockFile and PidFile.
    ServerRoot "/etc/httpd"
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 80
    # Dynamic Shared Object (DSO) Support
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    LoadModule authn_file_module modules/mod_authn_file.so
    LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule authn_anon_module modules/mod_authn_anon.so
    LoadModule authn_dbd_module modules/mod_authn_dbd.so
    LoadModule authn_default_module modules/mod_authn_default.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_user_module modules/mod_authz_user.so
    LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    LoadModule authz_default_module modules/mod_authz_default.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule file_cache_module modules/mod_file_cache.so
    LoadModule cache_module modules/mod_cache.so
    LoadModule disk_cache_module modules/mod_disk_cache.so
    LoadModule mem_cache_module modules/mod_mem_cache.so
    LoadModule dbd_module modules/mod_dbd.so
    LoadModule dumpio_module modules/mod_dumpio.so
    LoadModule ext_filter_module modules/mod_ext_filter.so
    LoadModule include_module modules/mod_include.so
    LoadModule filter_module modules/mod_filter.so
    LoadModule substitute_module modules/mod_substitute.so
    LoadModule deflate_module modules/mod_deflate.so
    LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule log_forensic_module modules/mod_log_forensic.so
    LoadModule logio_module modules/mod_logio.so
    LoadModule env_module modules/mod_env.so
    LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule expires_module modules/mod_expires.so
    LoadModule headers_module modules/mod_headers.so
    LoadModule ident_module modules/mod_ident.so
    LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule version_module modules/mod_version.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule ssl_module modules/mod_ssl.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule info_module modules/mod_info.so
    LoadModule suexec_module modules/mod_suexec.so
    LoadModule cgi_module modules/mod_cgi.so
    LoadModule cgid_module modules/mod_cgid.so
    LoadModule dav_fs_module modules/mod_dav_fs.so
    LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    LoadModule imagemap_module modules/mod_imagemap.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule php5_module modules/libphp5.so
    <IfModule !mpm_netware_module>
    <IfModule !mpm_winnt_module>
    # If you wish httpd to run as a different user or group, you must run
    # httpd as root initially and it will switch.
    # User/Group: The name (or #number) of the user/group to run httpd as.
    # It is usually good practice to create a dedicated user and group for
    # running httpd, as with most system services.
    User http
    Group http
    </IfModule>
    </IfModule>
    # 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition. These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed. This address appears on some server-generated pages, such
    # as error documents. e.g. [email protected]
    ServerAdmin [email protected]
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #ServerName www.example.com:80
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/srv/http"
    # Each directory to which Apache has access can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories).
    # First, we configure the "default" to be a very restrictive set of
    # features.
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # This should be changed to whatever you set DocumentRoot to.
    <Directory "/srv/http">
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    Options Indexes FollowSymLinks includes
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # Options FileInfo AuthConfig Limit
    AllowOverride None
    # Controls who can get stuff from this server.
    Order allow,deny
    Allow from all
    </Directory>
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
    DirectoryIndex index.html
    </IfModule>
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    <FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </FilesMatch>
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "/var/log/httpd/error_log"
    # LogLevel: Control the number of messages logged to the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn
    <IfModule log_config_module>
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
    # You need to enable mod_logio.c to use %I and %O
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    CustomLog "/var/log/httpd/access_log" common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog "/var/log/httpd/access_log" combined
    </IfModule>
    <IfModule alias_module>
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL. You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client. The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
    </IfModule>
    <IfModule cgid_module>
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #Scriptsock /var/run/httpd/cgisock
    </IfModule>
    # "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/srv/http/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    # DefaultType: the default MIME type the server will use for a document
    # if it cannot otherwise determine one, such as from filename extensions.
    # If your server contains mostly text or HTML documents, "text/plain" is
    # a good value. If most of your content is binary, such as applications
    # or images, you may want to use "application/octet-stream" instead to
    # keep browsers from trying to display binary files as though they are
    # text.
    DefaultType text/plain
    <IfModule mime_module>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig conf/mime.types
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #AddType application/x-gzip .tgz
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #AddHandler cgi-script .cgi
    # For type maps (negotiated resources):
    #AddHandler type-map var
    # Filters allow you to process content before it is sent to the client.
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    </IfModule>
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    #MIMEMagicFile conf/magic
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # EnableMMAP and EnableSendfile: On systems that support it,
    # memory-mapping or the sendfile syscall is used to deliver
    # files. This usually improves server performance, but must
    # be turned off when serving from networked-mounted
    # filesystems or if support for these functions is otherwise
    # broken on your system.
    #EnableMMAP off
    #EnableSendfile off
    # Supplemental configuration
    # The configuration files in the conf/extra/ directory can be
    # included to add extra features or to modify the default configuration of
    # the server, or you may simply copy their contents here and change as
    # necessary.
    # Server-pool management (MPM specific)
    #Include conf/extra/httpd-mpm.conf
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    # Language settings
    Include conf/extra/httpd-languages.conf
    # User home directories
    Include conf/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include conf/extra/httpd-info.conf
    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf
    # phpMyAdmin configuration
    Include conf/extra/httpd-phpmyadmin.conf
    # Various default settings
    Include conf/extra/httpd-default.conf
    # Secure (SSL/TLS) connections
    #Include conf/extra/httpd-ssl.conf
    Include conf/extra/php5_module.conf
    # Note: The following must must be present to support
    # starting without SSL on platforms with no /dev/random equivalent
    # but a statically compiled-in mod_ssl.
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    The following are my /etc/httpd/conf/extra/httpd-userdir.conf
    # Settings for user home directories
    # Required module: mod_userdir
    # UserDir: The name of the directory that is appended onto a user's home
    # directory if a ~user request is received. Note that you must also set
    # the default access control for these directories, as in the example below.
    UserDir public_html
    # Control access to UserDir directories. The following is an example
    # for a site where these directories are restricted to read-only.
    <Directory /home/*/public_html>
    AllowOverride FileInfo AuthConfig Limit Indexes
    Options MultiViews Indexes SymLinksIfOwnerMatch ExecCGI
    <Limit GET POST OPTIONS PROPFIND>
    Order allow,deny
    Allow from all
    </Limit>
    <LimitExcept GET POST OPTIONS PROPFIND>
    Order deny,allow
    Deny from all
    </LimitExcept>
    </Directory>
    I also tried adding user to the group http. BUt nothing is working.

    Do you have [or more like lack] +x on the user folder?

  • Chat room test

    Last weekend I finally got my camera to be recognized by iChat.
    During the weekend I tried to set up my girlfriend and brother with an account and make a connection.
    Me--iChat and iSight with AIM, they, PCs with digicams with USB set to pc camera.
    It didn't work, but no biggie--I'm just testing for home office use in the future when I go freelance. So I gave up pretty quick.
    So I need to test with other people. The autoresponders in this FAQ worked:
    FAQ: Want to Test your iSight With Another Person?
    But the other profiles (inviting tests) are not active, as far as individual testing.
    So I googled video chat rooms to test, but I got a bunch of nasty sites that made me afraid for my browser.
    So where can I go to test, a place where I don't have to give my credit card or worry about virtual STDs?
    The truth is, I'm vague on the entire logic of this. I have iChat software, and AIM membership, and go to a video chat room with other people who....have the same exact thing? Or what?

    Hi Matt,
    Like Rj I will be happy to test with you. I keep very irregular hours so I am not online all of the time. I should be available later today if you want to try.
    <-------------
    see link to the right for my details.
    There are also some useful iChat links at the bottom of the following FAQ.
    <a href="/webx?13@@.68b2d3fe.68a11203.68a11147"> Ralph Johns (UK), "FAQ: Find Links to Things About iChat", 06:58pm Dec 11, 2004 CDT
    Hope this helps
    Chris

  • Chat Room in Messages?

    Is there a site/tutorial for setting up Chat room in Messages?

    Mac Basics: iChat - Apple Support or a google search for iChat tutorial.
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.1), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • Jabber Persistent Chat Room oddity

    Hi,
    I'm currently running Persistent Chat Rooms on version 10.5.1 of Presence. We have recently been experiencing an odd problem with Chat Rooms where they are created as Private rooms, for then to randomly change to Public. The settings are locked down that once a room is created you can't then change its permissions without deleting and recreating. We've had Persistent Chat Rooms set up for a couple of months and its only been the past couple of weeks we have noticed the problem.
    Has anyone else come across this and if so found a fix? I've not found anything else on the forum regarding this so am wondering if we're the lucky ones!
    Any help would be appreciated,
    Rob

    Hi Rob 
    I would start looking at the history of changes i did on the Presence for Persistent Chat rooms on the Group Chat and Persistent Chat option. Specifically under member settings.
    Share your screenshot of the above page i will try to replicate in my lab, and also mention the Jabber version you are using.
    Tapan

  • Jabber Chat Room

    In messages you can press Command R and bring up "Go to Chat Room" and the OS X Server is listed in the Account field. How do you create Chat Rooms in OS X Messages Server ?
    Thanks,
    ebrind

    Leopard resolved this.

  • How do you join a jabber chat room with a password?

    In the latest released version of Messages is it possible to join a Jabber/XMPP chat room that requires a password?
    - Jim

    Hi,
    To be perfectly honest I don't know the answer.
    I have never tried to join that type of Chatroom.
    I suspect though that it cannot be done in iChat or Messages.
    There is no place to add a Password and I have never seen a Pop up
    9:20 PM      Wednesday; October 24, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • SAP PI problem: User credentials are invalid or user is denied access

    Hi!
    I am about to configure SAP PI.
    Therefore I have run post installation wizard step PI_00 and get the following errors:
    Error: Not able to load Function SWF_XI_BPM_AUTO_CUSTOMIZE
    (cause:Name or password is incorrect (repeat logon)).
    Step: Execute SWF_XI_BPM_AUTO_CUSTOMIZE
    Error: User credentials are invalid or user is denied access
    Step: Add Installed Product2
    Questions:
    How can I identify which user/password makes problems here?
    P.S.
    My further problems are:
    2) It is not possible to work with XI tools, such as:
    Integration Directory, Integration Repository, Runtime Workbench
    When I try to execute some action in these tools I get the following error:
    Cannot connect to Repository
    Error during communication with System Landscape Directory: User credentials are invalid or user is denied access.
    2) When I try to access the NetWeaver configuration wizard (http://localhost:50000/nwa)
    I get the followign warnig:
    System Landscape Directory is not available
    Only local systems can be maintened
    Thank you very much
    Thom

    Hi,
    Check the similar discussion  Error in PI postinstallation wizard
    Wrong password PISUPER in PI_00 wizard
    Thanks!
    Edited by: Sudhir Tiwari on Nov 26, 2008 10:29 AM

Maybe you are looking for

  • Upgrading to Palm 6.2 desk Top

    Not a webOS question. Moved to Windows HotSync. I am a Volunteer here, not employed by HP. You too can become an HP Expert! Details HERE! If my post has helped you, click the Kudos Thumbs up! If it solved your issue, Click the "Accept as Solution" bu

  • Problem with file vault

    One of the desktops on my macbook 2007 steel case will not open. The message i get on screen at login is that there is a problem with file vault. my dissertation is on that desktop. all other desktops/user accounts are unaffected and i have admin per

  • Sending Status Messages by Email

    I am using Status Filter Rules to send warning and error messages via email from several CM07 sites. The process hasn't been consistent. Messages created by the SMS_Distribution_Manager do not send the entire description field where other components

  • Unable to download "cannot create file"

    I have an older G3 and am using Mac OS 10.4.11 and Safari. Several weeks ago I began having a problem with all types of downloads. When I try to download, I get a message saying "cannot create file". This is very frustrating as I have people sending

  • Searching for a file in client backups - Window's Home Server 2011

    Here is my problem: I have great backups on WHS2011, but only need to restore a couple of files.  I am looking for a file a non-standard program uses, and it is not in any of the normal places.  I can restore the file if I can find it, but is there a